settings.json 1.2 KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "code-runner.executorMap": {
  3. "javascript": "/Users/chengjie/.nvm/versions/node/v24.1.0/bin/node $fileName"
  4. },
  5. "files.autoSave": "afterDelay",
  6. "files.autoSaveDelay": 1000,
  7. "code-runner.clearPreviousOutput": true,
  8. "code-runner.ignoreSelection": true,
  9. "code-runner.saveFileBeforeRun": true,
  10. "code-runner.runInTerminal": true,
  11. "code-runner.preserveFocus": true,
  12. "code-runner.fileDirectoryAsCwd": true,
  13. "code-runner.showExecutionMessage": true,
  14. "code-runner.enableAppInsights": false,
  15. "code-runner.respectShebang": true,
  16. "code-runner.terminalRoot": "~",
  17. "terminal.integrated.allowChords": false,
  18. "terminal.integrated.confirmOnExit": "never",
  19. "terminal.integrated.persistentSessionReviveProcess": "never",
  20. "terminal.integrated.tabs.enabled": true,
  21. "terminal.integrated.tabs.hideCondition": "never",
  22. "terminal.integrated.enablePersistentSessions": false,
  23. "workbench.editor.enablePreview": false,
  24. "workbench.editor.closeOnFileDelete": true,
  25. "accessibility.signals.terminalBell": {
  26. "sound": "off"
  27. },
  28. "terminal.integrated.enableVisualBell": false,
  29. "Lingma.PreferredLanguage forCommitMessage": "简体中文"
  30. }