您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
303 B

  1. {
  2. "files.exclude": {
  3. "node_modules": true,
  4. "out": true
  5. },
  6. "search.exclude": {
  7. "node_modules": true,
  8. "out": true
  9. },
  10. "typescript.tsdk": "./node_modules/typescript/lib" // we want to use the TS server from our node_modules folder to control its version
  11. }