|
1 | 1 | { |
2 | | - "[javascript]": { |
3 | | - "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 2 | + "[javascript]": { |
| 3 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 4 | + }, |
| 5 | + "[json]": { |
| 6 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 7 | + }, |
| 8 | + "[typescript]": { |
| 9 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 10 | + }, |
| 11 | + "[typescriptreact]": { |
| 12 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 13 | + }, |
| 14 | + "[yaml]": { |
| 15 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 16 | + }, |
| 17 | + "editor.formatOnSave": true, |
| 18 | + "editor.formatOnType": true, |
| 19 | + "eslint.enable": true, |
| 20 | + "files.associations": { |
| 21 | + "*.resjson": "json" |
| 22 | + }, |
| 23 | + "json.schemas": [ |
| 24 | + { |
| 25 | + "fileMatch": ["/pbiviz.json"], |
| 26 | + "url": "./node_modules/powerbi-visuals-api/schema.pbiviz.json" |
4 | 27 | }, |
5 | | - "[json]": { |
6 | | - "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 28 | + { |
| 29 | + "fileMatch": ["/capabilities.json"], |
| 30 | + "url": "./node_modules/powerbi-visuals-api/schema.capabilities.json" |
7 | 31 | }, |
8 | | - "[typescript]": { |
9 | | - "editor.defaultFormatter": "esbenp.prettier-vscode" |
10 | | - }, |
11 | | - "[typescriptreact]": { |
12 | | - "editor.defaultFormatter": "esbenp.prettier-vscode" |
13 | | - }, |
14 | | - "[yaml]": { |
15 | | - "editor.defaultFormatter": "esbenp.prettier-vscode" |
16 | | - }, |
17 | | - "editor.formatOnSave": true, |
18 | | - "editor.formatOnType": true, |
19 | | - "eslint.enable": true, |
20 | | - "files.associations": { |
21 | | - "*.resjson": "json" |
22 | | - }, |
23 | | - "json.schemas": [ |
24 | | - { |
25 | | - "fileMatch": [ |
26 | | - "/pbiviz.json" |
27 | | - ], |
28 | | - "url": "./node_modules/powerbi-visuals-api/schema.pbiviz.json" |
29 | | - }, |
30 | | - { |
31 | | - "fileMatch": [ |
32 | | - "/capabilities.json" |
33 | | - ], |
34 | | - "url": "./node_modules/powerbi-visuals-api/schema.capabilities.json" |
35 | | - }, |
36 | | - { |
37 | | - "fileMatch": [ |
38 | | - "/dependencies.json" |
39 | | - ], |
40 | | - "url": "./node_modules/powerbi-visuals-api/schema.dependencies.json" |
41 | | - } |
42 | | - ], |
43 | | - "search.exclude": { |
44 | | - "typings": true |
45 | | - }, |
46 | | - "typescript.tsdk": "node_modules\\typescript\\lib" |
| 32 | + { |
| 33 | + "fileMatch": ["/dependencies.json"], |
| 34 | + "url": "./node_modules/powerbi-visuals-api/schema.dependencies.json" |
| 35 | + } |
| 36 | + ], |
| 37 | + "search.exclude": { |
| 38 | + "typings": true |
| 39 | + }, |
| 40 | + "typescript.tsdk": "node_modules\\typescript\\lib" |
47 | 41 | } |
0 commit comments