settings.json 444 B

123456789101112131415161718
  1. {
  2. "typescript.tsdk": "./node_modules/typescript/lib",
  3. "search.exclude": {
  4. "**/node_modules": true
  5. },
  6. "files.watcherExclude": {
  7. "**/node_modules/**": true
  8. },
  9. "files.associations": {
  10. "**/console-extensions.json": "jsonc"
  11. },
  12. "json.schemas": [
  13. {
  14. "fileMatch": ["**/console-extensions.json"],
  15. "url": "./node_modules/@openshift-console/dynamic-plugin-sdk-webpack/schema/console-extensions.json"
  16. }
  17. ]
  18. }