settings.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "workbench.colorCustomizations": {
  31. "activityBar.activeBackground": "#1f6fd0",
  32. "activityBar.background": "#1f6fd0",
  33. "activityBar.foreground": "#e7e7e7",
  34. "activityBar.inactiveForeground": "#e7e7e799",
  35. "activityBarBadge.background": "#ee90bb",
  36. "activityBarBadge.foreground": "#15202b",
  37. "commandCenter.border": "#e7e7e799",
  38. "sash.hoverBorder": "#1f6fd0",
  39. "statusBar.background": "#1857a4",
  40. "statusBar.foreground": "#e7e7e7",
  41. "statusBarItem.hoverBackground": "#1f6fd0",
  42. "statusBarItem.remoteBackground": "#1857a4",
  43. "statusBarItem.remoteForeground": "#e7e7e7",
  44. "titleBar.activeBackground": "#1857a4",
  45. "titleBar.activeForeground": "#e7e7e7",
  46. "titleBar.inactiveBackground": "#1857a499",
  47. "titleBar.inactiveForeground": "#e7e7e799"
  48. },
  49. "peacock.color": "#1857a4"
  50. }