workspace.code-workspace 153 B

1234567891011
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. }
  6. ],
  7. "settings": {
  8. "editor.detectIndentation": false,
  9. "python.disableInstallationCheck": true
  10. }
  11. }