refactor(workspace): remove useless settings in vscode workspaces

This commit is contained in:
2025-04-05 17:20:34 +00:00
parent b232dc6b40
commit 24c0848797
6 changed files with 7 additions and 28 deletions

View File

@ -7,7 +7,6 @@
"settings": {
"terminal.integrated.cwd": "../",
"debug.allowBreakpointsEverywhere": true,
"git.alwaysSignOff": true,
"git.defaultBranchName": "master",
"git.openRepositoryInParentFolders": "always",
"C_Cpp.autoAddFileAssociations": false,