| 1234567891011121314151617181920212223 |
- {
- "typescript.tsdk": "./node_modules/typescript/lib",
- "editor.formatOnSave": false,
- "editor.codeActionsOnSave": {
- "source.fixAll.eslint": "explicit",
- "source.fixAll.ts": "explicit"
- },
- "search.exclude": {
- "**/node_modules": true
- },
- "files.watcherExclude": {
- "**/node_modules/**": true
- },
- "files.associations": {
- "**/console-extensions.json": "jsonc"
- },
- "json.schemas": [
- {
- "fileMatch": ["**/console-extensions.json"],
- "url": "./node_modules/@openshift-console/dynamic-plugin-sdk-webpack/schema/console-extensions.json"
- }
- ]
- }
|