From 53a716dd1d9cf639b42f7ae339913279f8130827 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Fri, 5 Sep 2025 16:47:43 +0200 Subject: [PATCH] vscode: Disable Copilot, reorder options --- files/vscode-settings.json | 93 ++++++++++++++++++++------------------ 1 file changed, 48 insertions(+), 45 deletions(-) diff --git a/files/vscode-settings.json b/files/vscode-settings.json index 6440267..897afd8 100644 --- a/files/vscode-settings.json +++ b/files/vscode-settings.json @@ -1,51 +1,39 @@ { - "redhat.telemetry.enabled": false, - "update.showReleaseNotes": false, - "workbench.colorTheme": "Default Light+", - "terminal.integrated.fontFamily": "Hack", - "terminal.integrated.scrollback": 1000000, - // "C_Cpp.clang_format_style": "{BasedOnStyle: LLVM, Language: Cpp, IndentWidth: 2, ColumnLimit: 110, BreakBeforeBraces: Attach, PointerAlignment: Left, AccessModifierOffset: -2, Cpp11BracedListStyle: true, AlignConsecutiveDeclarations: true, AlignConsecutiveAssignments: true, AlignEscapedNewlines: Left, AlignTrailingComments: true, IndentWrappedFunctionNames: false, AllowShortFunctionsOnASingleLine: Inline, SpacesBeforeTrailingComments: 2, FixNamespaceComments: true, ReflowComments: false, SortIncludes: false, SortUsingDeclarations: false}", - "C_Cpp.clang_format_style": "file", - "C_Cpp.clang_format_sortIncludes": true, - "C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: LLVM, Language: Cpp, IndentWidth: 2, ColumnLimit: 110, BreakBeforeBraces: Attach, PointerAlignment: Left, AccessModifierOffset: -2, Cpp11BracedListStyle: true, AlignConsecutiveDeclarations: true, AlignConsecutiveAssignments: true, AlignEscapedNewlines: Left, AlignTrailingComments: true, IndentWrappedFunctionNames: false, AllowShortFunctionsOnASingleLine: Inline, SpacesBeforeTrailingComments: 2, FixNamespaceComments: true, ReflowComments: false, SortIncludes: false, SortUsingDeclarations: false}", - "C_Cpp.clang_format_path": "/usr/local/bin/clang-format", - "C_Cpp.intelliSenseEngine": "Default", + "chat.agent.enabled": false, "debug.allowBreakpointsEverywhere": true, - "cmake.statusbar.visibility": "icon", - "cmake.generator": "Ninja", - "cmake.configureOnOpen": true, - "cmake.options.statusBarVisibility": "compact", - "cmake.showOptionsMovedNotification": false, - "cmake.pinnedCommands": [ - "workbench.action.tasks.configureTaskRunner", - "workbench.action.tasks.runTask" - ], - "C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools", - "git.confirmSync": false, - "git-graph.showStatusBarItem": false, + "diffEditor.ignoreTrimWhitespace": false, "editor.accessibilitySupport": "off", - "editor.tabSize": 2, - "editor.renderWhitespace": "boundary", - "editor.minimap.enabled": false, "editor.formatOnSave": true, "editor.formatOnType": false, + "editor.minimap.enabled": false, "editor.multiCursorModifier": "ctrlCmd", + "editor.renderWhitespace": "boundary", + "editor.tabSize": 2, "explorer.confirmDelete": false, "extensions.ignoreRecommendations": true, - "diffEditor.ignoreTrimWhitespace": false, "files.trimTrailingWhitespace": true, - "[json]": { - "editor.tabSize": 4 + "git.confirmSync": false, + "git-graph.showStatusBarItem": false, + "redhat.telemetry.enabled": false, + "terminal.integrated.fontFamily": "Hack", + "terminal.integrated.scrollback": 1000000, + "update.showReleaseNotes": false, + "workbench.colorTheme": "Default Light+", + "workbench.secondarySideBar.defaultVisibility": "hidden", + "[asn1]": { + "editor.formatOnSave": false }, - "[python]": { - "editor.tabSize": 4 + "[c]": { + "editor.defaultFormatter": "ms-vscode.cpptools" + }, + "[cpp]": { + "editor.defaultFormatter": "ms-vscode.cpptools" }, "[html]": { "editor.formatOnSave": false }, - "[plaintext]": { - "editor.tabSize": 2, - "editor.formatOnSave": false + "[json]": { + "editor.tabSize": 4 }, "[latex]": { "editor.formatOnSave": false, @@ -54,20 +42,31 @@ "[markdown]": { "files.trimTrailingWhitespace": false }, - "[cpp]": { - "editor.defaultFormatter": "ms-vscode.cpptools" - }, - "[c]": { - "editor.defaultFormatter": "ms-vscode.cpptools" - }, - "[asn1]": { + "[plaintext]": { + "editor.tabSize": 2, "editor.formatOnSave": false }, + "[python]": { + "editor.tabSize": 4 + }, + "ansible.lightspeed.enabled": false, + "C_Cpp.clang_format_style": "file", + "C_Cpp.clang_format_sortIncludes": true, + "C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: LLVM, Language: Cpp, IndentWidth: 2, ColumnLimit: 110, BreakBeforeBraces: Attach, PointerAlignment: Left, AccessModifierOffset: -2, Cpp11BracedListStyle: true, AlignConsecutiveDeclarations: true, AlignConsecutiveAssignments: true, AlignEscapedNewlines: Left, AlignTrailingComments: true, IndentWrappedFunctionNames: false, AllowShortFunctionsOnASingleLine: Inline, SpacesBeforeTrailingComments: 2, FixNamespaceComments: true, ReflowComments: false, SortIncludes: false, SortUsingDeclarations: false}", + "C_Cpp.clang_format_path": "/usr/local/bin/clang-format", + "C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools", + "C_Cpp.intelliSenseEngine": "Default", + "cmake.configureOnOpen": true, + "cmake.generator": "Ninja", + "cmake.options.statusBarVisibility": "icon", + "cmake.pinnedCommands": [ + "workbench.action.tasks.configureTaskRunner", + "workbench.action.tasks.runTask" + ], + "cmake.showOptionsMovedNotification": false, + "cmake.statusbar.visibility": "icon", "go.toolsManagement.autoUpdate": true, - "python.linting.pylintPath": "/usr/local/bin/pylint", - "python.pythonPath": "/usr/local/bin/python3", - "rust-analyzer.hover.memoryLayout.size": "both", - "rust-analyzer.imports.granularity.enforce": true, + "json.schemas": [], "latex-workshop.view.pdf.viewer": "tab", "latex-workshop.latex.autoBuild.run": "never", "latex-workshop.latex.recipes": [ @@ -166,5 +165,9 @@ "markdown-pdf.margin.bottom": "1.5cm", "markdown-pdf.margin.left": "2cm", "markdown-pdf.margin.right": "1.5cm", + "python.linting.pylintPath": "/usr/local/bin/pylint", + "python.pythonPath": "/usr/local/bin/python3", + "rust-analyzer.hover.memoryLayout.size": "both", + "rust-analyzer.imports.granularity.enforce": true, "yaml.format.printWidth": 110 } \ No newline at end of file