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

@ -6,14 +6,14 @@
],
"settings": {
"debug.allowBreakpointsEverywhere": true,
"git.alwaysSignOff": true,
"git.defaultBranchName": "master",
"git.openRepositoryInParentFolders": "always",
"C_Cpp.autoAddFileAssociations": false,
"conventionalCommits.scopes": [
"rootfs",
"tools",
"devcontainer"
"devcontainer",
"workspace"
]
}
}