|
1 | 1 | { |
2 | | - "typescript.tsdk": "node_modules/typescript/lib", |
3 | | - "eslint.enable": true, |
4 | | - "editor.formatOnSave": true, |
5 | | - "editor.defaultFormatter": "esbenp.prettier-vscode", |
6 | | - "[typescript]": { |
7 | | - "editor.codeActionsOnSave": { "source.organizeImports": "explicit" } |
8 | | - }, |
9 | | - "json.schemas": [ |
10 | | - { |
11 | | - "fileMatch": ["io-package.json"], |
12 | | - "url": "https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/schemas/io-package.json" |
| 2 | + "typescript.tsdk": "node_modules/typescript/lib", |
| 3 | + "eslint.enable": true, |
| 4 | + "editor.formatOnSave": true, |
| 5 | + "editor.defaultFormatter": "esbenp.prettier-vscode", |
| 6 | + "[typescript]": { |
| 7 | + "editor.codeActionsOnSave": { |
| 8 | + "source.organizeImports": "explicit" |
| 9 | + } |
13 | 10 | }, |
14 | | - { |
15 | | - "fileMatch": [ |
16 | | - "admin/jsonConfig.json", |
17 | | - "admin/jsonCustom.json", |
18 | | - "admin/jsonTab.json" |
19 | | - ], |
20 | | - "url": "https://raw.githubusercontent.com/ioBroker/ioBroker.admin/master/packages/jsonConfig/schemas/jsonConfig.json" |
21 | | - } |
22 | | - ] |
| 11 | + "json.schemas": [ |
| 12 | + { |
| 13 | + "fileMatch": [ |
| 14 | + "io-package.json" |
| 15 | + ], |
| 16 | + "url": "https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/schemas/io-package.json" |
| 17 | + }, |
| 18 | + { |
| 19 | + "fileMatch": [ |
| 20 | + "admin/jsonConfig.json", |
| 21 | + "admin/jsonCustom.json", |
| 22 | + "admin/jsonTab.json", |
| 23 | + "admin/jsonConfig.json5", |
| 24 | + "admin/jsonCustom.json5", |
| 25 | + "admin/jsonTab.json5" |
| 26 | + ], |
| 27 | + "url": "https://raw.githubusercontent.com/ioBroker/ioBroker.admin/master/packages/jsonConfig/schemas/jsonConfig.json" |
| 28 | + } |
| 29 | + ] |
23 | 30 | } |
0 commit comments