vscode: Disable Copilot, reorder options

This commit is contained in:
Jannik Beyerstedt 2025-09-05 16:47:43 +02:00
parent 29c66d8c1c
commit 53a716dd1d

View file

@ -1,51 +1,39 @@
{ {
"redhat.telemetry.enabled": false, "chat.agent.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",
"debug.allowBreakpointsEverywhere": true, "debug.allowBreakpointsEverywhere": true,
"cmake.statusbar.visibility": "icon", "diffEditor.ignoreTrimWhitespace": false,
"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,
"editor.accessibilitySupport": "off", "editor.accessibilitySupport": "off",
"editor.tabSize": 2,
"editor.renderWhitespace": "boundary",
"editor.minimap.enabled": false,
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.formatOnType": false, "editor.formatOnType": false,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd", "editor.multiCursorModifier": "ctrlCmd",
"editor.renderWhitespace": "boundary",
"editor.tabSize": 2,
"explorer.confirmDelete": false, "explorer.confirmDelete": false,
"extensions.ignoreRecommendations": true, "extensions.ignoreRecommendations": true,
"diffEditor.ignoreTrimWhitespace": false,
"files.trimTrailingWhitespace": true, "files.trimTrailingWhitespace": true,
"[json]": { "git.confirmSync": false,
"editor.tabSize": 4 "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]": { "[c]": {
"editor.tabSize": 4 "editor.defaultFormatter": "ms-vscode.cpptools"
},
"[cpp]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
}, },
"[html]": { "[html]": {
"editor.formatOnSave": false "editor.formatOnSave": false
}, },
"[plaintext]": { "[json]": {
"editor.tabSize": 2, "editor.tabSize": 4
"editor.formatOnSave": false
}, },
"[latex]": { "[latex]": {
"editor.formatOnSave": false, "editor.formatOnSave": false,
@ -54,20 +42,31 @@
"[markdown]": { "[markdown]": {
"files.trimTrailingWhitespace": false "files.trimTrailingWhitespace": false
}, },
"[cpp]": { "[plaintext]": {
"editor.defaultFormatter": "ms-vscode.cpptools" "editor.tabSize": 2,
},
"[c]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
},
"[asn1]": {
"editor.formatOnSave": false "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, "go.toolsManagement.autoUpdate": true,
"python.linting.pylintPath": "/usr/local/bin/pylint", "json.schemas": [],
"python.pythonPath": "/usr/local/bin/python3",
"rust-analyzer.hover.memoryLayout.size": "both",
"rust-analyzer.imports.granularity.enforce": true,
"latex-workshop.view.pdf.viewer": "tab", "latex-workshop.view.pdf.viewer": "tab",
"latex-workshop.latex.autoBuild.run": "never", "latex-workshop.latex.autoBuild.run": "never",
"latex-workshop.latex.recipes": [ "latex-workshop.latex.recipes": [
@ -166,5 +165,9 @@
"markdown-pdf.margin.bottom": "1.5cm", "markdown-pdf.margin.bottom": "1.5cm",
"markdown-pdf.margin.left": "2cm", "markdown-pdf.margin.left": "2cm",
"markdown-pdf.margin.right": "1.5cm", "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 "yaml.format.printWidth": 110
} }