settings.json 495 B

1234567891011121314151617181920
  1. {
  2. "json.schemas": [
  3. {
  4. "fileMatch": ["tsconfig.json", "tsconfig.app.json", "tsconfig.*.json"],
  5. "url": "https://json.schemastore.org/tsconfig",
  6. "enable": false
  7. }
  8. ],
  9. "json.validate": false,
  10. "files.associations": {
  11. "tsconfig.json": "jsonc",
  12. "tsconfig.app.json": "jsonc",
  13. "*.json": "jsonc"
  14. },
  15. "angular.log": "verbose",
  16. "angular.enable-strict-mode-prompt": false,
  17. "[typescript]": {
  18. "editor.suggest.snippetsPreventQuickSuggestions": false
  19. }
  20. }