settings.json 393 B

123456789101112131415161718192021222324252627
  1. {
  2. "typescript.tsdk": "node_modules/typescript/lib",
  3. "cSpell.enabledLanguageIds": [
  4. "asciidoc",
  5. "c",
  6. "cpp",
  7. "csharp",
  8. "css",
  9. "go",
  10. "handlebars",
  11. "jade",
  12. "javascriptreact",
  13. "json",
  14. "latex",
  15. "less",
  16. "markdown",
  17. "php",
  18. "plaintext",
  19. "pub",
  20. "python",
  21. "restructuredtext",
  22. "rust",
  23. "scss",
  24. "text",
  25. "yml"
  26. ]
  27. }