settings.json 1.0 KB

1234567891011121314151617181920212223242526
  1. {
  2. "files.autoSave": "afterDelay",
  3. "files.autoSaveDelay": 1000,
  4. "code-runner.clearPreviousOutput": true,
  5. "code-runner.ignoreSelection": true,
  6. "code-runner.saveFileBeforeRun": true,
  7. "code-runner.runInTerminal": true,
  8. "code-runner.preserveFocus": true,
  9. "code-runner.fileDirectoryAsCwd": true,
  10. "code-runner.showExecutionMessage": true,
  11. "code-runner.enableAppInsights": false,
  12. "code-runner.respectShebang": true,
  13. "code-runner.terminalRoot": "~",
  14. "terminal.integrated.allowChords": false,
  15. "terminal.integrated.confirmOnExit": "never",
  16. "terminal.integrated.persistentSessionReviveProcess": "never",
  17. "terminal.integrated.tabs.enabled": true,
  18. "terminal.integrated.tabs.hideCondition": "never",
  19. "terminal.integrated.enablePersistentSessions": false,
  20. "workbench.editor.enablePreview": false,
  21. "workbench.editor.closeOnFileDelete": true,
  22. "accessibility.signals.terminalBell": {
  23. "sound": "off"
  24. },
  25. "terminal.integrated.enableVisualBell": false
  26. }