mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 18:39:16 +00:00
refactor(workspace): remove useless settings in vscode workspaces
This commit is contained in:
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user