12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "help": "https://go.microsoft.com/fwlink/?linkid=866610",
- "root": true,
- "dependentFileProviders": {
- "add": {
- "addedExtension": {},
- "pathSegment": {
- "add": {
- ".*": [
- ".config",
- ".cs",
- ".json",
- ".resx"
- ]
- }
- },
- "extensionToExtension": {
- "add": {
- ".designer.cs": [
- ".resx"
- ],
- ".cs.d.ts": [
- ".cs"
- ]
- }
- },
- "fileToFile": {
- "add": {
- "package-lock.json": [
- "package.json"
- ]
- }
- }
- }
- }
- }
|