diff --git a/Fennix Bootloader.code-workspace b/Fennix Bootloader.code-workspace index 999739b3..016e893a 100644 --- a/Fennix Bootloader.code-workspace +++ b/Fennix Bootloader.code-workspace @@ -7,9 +7,8 @@ "settings": { "terminal.integrated.cwd": "../", "debug.allowBreakpointsEverywhere": true, - "git.alwaysSignOff": true, "git.defaultBranchName": "master", "git.openRepositoryInParentFolders": "always", - "C_Cpp.autoAddFileAssociations": false + "C_Cpp.autoAddFileAssociations": false, } -} \ No newline at end of file +} diff --git a/Fennix Drivers.code-workspace b/Fennix Drivers.code-workspace index 8e991c02..2c588a48 100644 --- a/Fennix Drivers.code-workspace +++ b/Fennix Drivers.code-workspace @@ -7,9 +7,8 @@ "settings": { "terminal.integrated.cwd": "../", "debug.allowBreakpointsEverywhere": true, - "git.alwaysSignOff": true, "git.defaultBranchName": "master", "git.openRepositoryInParentFolders": "always", - "C_Cpp.autoAddFileAssociations": false + "C_Cpp.autoAddFileAssociations": false, } -} \ No newline at end of file +} diff --git a/Fennix Kernel.code-workspace b/Fennix Kernel.code-workspace index 01b8e941..65c05caf 100644 --- a/Fennix Kernel.code-workspace +++ b/Fennix Kernel.code-workspace @@ -7,23 +7,6 @@ "settings": { "terminal.integrated.cwd": "../", "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.openRepositoryInParentFolders": "always", "C_Cpp.autoAddFileAssociations": false, diff --git a/Fennix Userspace.code-workspace b/Fennix Userspace.code-workspace index d436f0ea..293cbf31 100644 --- a/Fennix Userspace.code-workspace +++ b/Fennix Userspace.code-workspace @@ -7,7 +7,6 @@ "settings": { "terminal.integrated.cwd": "../", "debug.allowBreakpointsEverywhere": true, - "git.alwaysSignOff": true, "git.defaultBranchName": "master", "git.openRepositoryInParentFolders": "always", "C_Cpp.autoAddFileAssociations": false, diff --git a/Fennix Website.code-workspace b/Fennix Website.code-workspace index a37c7b65..fa2ae5ac 100644 --- a/Fennix Website.code-workspace +++ b/Fennix Website.code-workspace @@ -6,9 +6,8 @@ ], "settings": { "debug.allowBreakpointsEverywhere": true, - "git.alwaysSignOff": true, "git.defaultBranchName": "master", "git.openRepositoryInParentFolders": "always", "C_Cpp.autoAddFileAssociations": false } -} \ No newline at end of file +} diff --git a/Fennix.code-workspace b/Fennix.code-workspace index edb25de9..bc70c27c 100644 --- a/Fennix.code-workspace +++ b/Fennix.code-workspace @@ -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" ] } }