{ "code-runner.executorMap": { "javascript": "/Users/chengjie/.nvm/versions/node/v24.1.0/bin/node $fileName" }, "files.autoSave": "afterDelay", "files.autoSaveDelay": 1000, "code-runner.clearPreviousOutput": true, "code-runner.ignoreSelection": true, "code-runner.saveFileBeforeRun": true, "code-runner.runInTerminal": true, "code-runner.preserveFocus": true, "code-runner.fileDirectoryAsCwd": true, "code-runner.showExecutionMessage": true, "code-runner.enableAppInsights": false, "code-runner.respectShebang": true, "code-runner.terminalRoot": "~", "terminal.integrated.allowChords": false, "terminal.integrated.confirmOnExit": "never", "terminal.integrated.persistentSessionReviveProcess": "never", "terminal.integrated.tabs.enabled": true, "terminal.integrated.tabs.hideCondition": "never", "terminal.integrated.enablePersistentSessions": false, "workbench.editor.enablePreview": false, "workbench.editor.closeOnFileDelete": true, "accessibility.signals.terminalBell": { "sound": "off" }, "terminal.integrated.enableVisualBell": false, "Lingma.PreferredLanguage forCommitMessage": "简体中文", "workbench.colorCustomizations": { "activityBar.activeBackground": "#1f6fd0", "activityBar.background": "#1f6fd0", "activityBar.foreground": "#e7e7e7", "activityBar.inactiveForeground": "#e7e7e799", "activityBarBadge.background": "#ee90bb", "activityBarBadge.foreground": "#15202b", "commandCenter.border": "#e7e7e799", "sash.hoverBorder": "#1f6fd0", "statusBar.background": "#1857a4", "statusBar.foreground": "#e7e7e7", "statusBarItem.hoverBackground": "#1f6fd0", "statusBarItem.remoteBackground": "#1857a4", "statusBarItem.remoteForeground": "#e7e7e7", "titleBar.activeBackground": "#1857a4", "titleBar.activeForeground": "#e7e7e7", "titleBar.inactiveBackground": "#1857a499", "titleBar.inactiveForeground": "#e7e7e799" }, "peacock.color": "#1857a4" }