Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

10 wiersze
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. }