mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-25 22:14:34 +00:00
refactor(workspace): remove useless settings in vscode workspaces
This commit is contained in:
parent
b232dc6b40
commit
24c0848797
@ -7,9 +7,8 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.cwd": "../",
|
"terminal.integrated.cwd": "../",
|
||||||
"debug.allowBreakpointsEverywhere": true,
|
"debug.allowBreakpointsEverywhere": true,
|
||||||
"git.alwaysSignOff": true,
|
|
||||||
"git.defaultBranchName": "master",
|
"git.defaultBranchName": "master",
|
||||||
"git.openRepositoryInParentFolders": "always",
|
"git.openRepositoryInParentFolders": "always",
|
||||||
"C_Cpp.autoAddFileAssociations": false
|
"C_Cpp.autoAddFileAssociations": false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,9 +7,8 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.cwd": "../",
|
"terminal.integrated.cwd": "../",
|
||||||
"debug.allowBreakpointsEverywhere": true,
|
"debug.allowBreakpointsEverywhere": true,
|
||||||
"git.alwaysSignOff": true,
|
|
||||||
"git.defaultBranchName": "master",
|
"git.defaultBranchName": "master",
|
||||||
"git.openRepositoryInParentFolders": "always",
|
"git.openRepositoryInParentFolders": "always",
|
||||||
"C_Cpp.autoAddFileAssociations": false
|
"C_Cpp.autoAddFileAssociations": false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,23 +7,6 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.cwd": "../",
|
"terminal.integrated.cwd": "../",
|
||||||
"debug.allowBreakpointsEverywhere": true,
|
"debug.allowBreakpointsEverywhere": true,
|
||||||
"editor.tabCompletion": "on",
|
|
||||||
"diffEditor.codeLens": true,
|
|
||||||
"editor.quickSuggestionsDelay": 100,
|
|
||||||
"zenMode.hideLineNumbers": false,
|
|
||||||
"zenMode.hideActivityBar": false,
|
|
||||||
"zenMode.hideStatusBar": true,
|
|
||||||
"zenMode.centerLayout": true,
|
|
||||||
"zenMode.fullScreen": true,
|
|
||||||
"zenMode.restore": true,
|
|
||||||
"zenMode.silentNotifications": true,
|
|
||||||
"window.commandCenter": false,
|
|
||||||
"window.density.editorTabHeight": "default",
|
|
||||||
"editor.cursorBlinking": "blink",
|
|
||||||
"editor.cursorSmoothCaretAnimation": "on",
|
|
||||||
"editor.cursorStyle": "line",
|
|
||||||
"editor.cursorWidth": 2,
|
|
||||||
"git.alwaysSignOff": true,
|
|
||||||
"git.defaultBranchName": "master",
|
"git.defaultBranchName": "master",
|
||||||
"git.openRepositoryInParentFolders": "always",
|
"git.openRepositoryInParentFolders": "always",
|
||||||
"C_Cpp.autoAddFileAssociations": false,
|
"C_Cpp.autoAddFileAssociations": false,
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.cwd": "../",
|
"terminal.integrated.cwd": "../",
|
||||||
"debug.allowBreakpointsEverywhere": true,
|
"debug.allowBreakpointsEverywhere": true,
|
||||||
"git.alwaysSignOff": true,
|
|
||||||
"git.defaultBranchName": "master",
|
"git.defaultBranchName": "master",
|
||||||
"git.openRepositoryInParentFolders": "always",
|
"git.openRepositoryInParentFolders": "always",
|
||||||
"C_Cpp.autoAddFileAssociations": false,
|
"C_Cpp.autoAddFileAssociations": false,
|
||||||
|
@ -6,9 +6,8 @@
|
|||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"debug.allowBreakpointsEverywhere": true,
|
"debug.allowBreakpointsEverywhere": true,
|
||||||
"git.alwaysSignOff": true,
|
|
||||||
"git.defaultBranchName": "master",
|
"git.defaultBranchName": "master",
|
||||||
"git.openRepositoryInParentFolders": "always",
|
"git.openRepositoryInParentFolders": "always",
|
||||||
"C_Cpp.autoAddFileAssociations": false
|
"C_Cpp.autoAddFileAssociations": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,14 +6,14 @@
|
|||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"debug.allowBreakpointsEverywhere": true,
|
"debug.allowBreakpointsEverywhere": true,
|
||||||
"git.alwaysSignOff": true,
|
|
||||||
"git.defaultBranchName": "master",
|
"git.defaultBranchName": "master",
|
||||||
"git.openRepositoryInParentFolders": "always",
|
"git.openRepositoryInParentFolders": "always",
|
||||||
"C_Cpp.autoAddFileAssociations": false,
|
"C_Cpp.autoAddFileAssociations": false,
|
||||||
"conventionalCommits.scopes": [
|
"conventionalCommits.scopes": [
|
||||||
"rootfs",
|
"rootfs",
|
||||||
"tools",
|
"tools",
|
||||||
"devcontainer"
|
"devcontainer",
|
||||||
|
"workspace"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user