Skip to content

Commit

Permalink
这最好还是自己加自己的配置文件里吧
Browse files Browse the repository at this point in the history
我不太适应写代码有提示音
  • Loading branch information
Aira-Sakuranomiya committed Nov 11, 2023
1 parent 8ab368d commit 8099f4d
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,25 +163,25 @@
},
"C_Cpp.default.compilerPath": "",
"turboConsoleLog.addSemicolonInTheEnd": true,
"audioCues.chatRequestSent": "on",
"audioCues.chatResponsePending": "on",
"audioCues.chatResponseReceived": "on",
"audioCues.diffLineDeleted": "on",
"audioCues.diffLineInserted": "on",
"audioCues.diffLineModified": "on",
"audioCues.lineHasBreakpoint": "on",
"audioCues.lineHasError": "on",
"audioCues.lineHasFoldedArea": "on",
"audioCues.lineHasInlineSuggestion": "on",
"audioCues.lineHasWarning": "on",
"audioCues.noInlayHints": "on",
"audioCues.notebookCellCompleted": "on",
"audioCues.notebookCellFailed": "on",
"audioCues.onDebugBreak": "on",
"audioCues.taskCompleted": "on",
"audioCues.taskFailed": "on",
"audioCues.terminalCommandFailed": "on",
"audioCues.terminalQuickFix": "on",
// "audioCues.chatRequestSent": "on",
// "audioCues.chatResponsePending": "on",
// "audioCues.chatResponseReceived": "on",
// "audioCues.diffLineDeleted": "on",
// "audioCues.diffLineInserted": "on",
// "audioCues.diffLineModified": "on",
// "audioCues.lineHasBreakpoint": "on",
// "audioCues.lineHasError": "on",
// "audioCues.lineHasFoldedArea": "on",
// "audioCues.lineHasInlineSuggestion": "on",
// "audioCues.lineHasWarning": "on",
// "audioCues.noInlayHints": "on",
// "audioCues.notebookCellCompleted": "on",
// "audioCues.notebookCellFailed": "on",
// "audioCues.onDebugBreak": "on",
// "audioCues.taskCompleted": "on",
// "audioCues.taskFailed": "on",
// "audioCues.terminalCommandFailed": "on",
// "audioCues.terminalQuickFix": "on",
// "vue.codeActions.enabled": false, // 暂时禁用,因为保存时太卡。
// "javascript.updateImportsOnFileMove.enabled": "never",
// "typescript.updateImportsOnFileMove.enabled": "never",
Expand Down

0 comments on commit 8099f4d

Please sign in to comment.