settings.json 190 B

123456789
  1. {
  2. "files.exclude": {
  3. "dist": true,
  4. "node_modules": true,
  5. "third_party": true
  6. },
  7. "python.linting.pylintEnabled": true,
  8. "python.linting.enabled": true
  9. }