vscode: Disable AI shit

This commit is contained in:
Jannik Beyerstedt 2026-01-09 23:38:08 +01:00
parent 5c45bfa5fc
commit fef780be2c

View file

@ -1,5 +1,6 @@
{ {
"chat.agent.enabled": false, "chat.agent.enabled": false,
"chat.disableAIFeatures": true,
"debug.allowBreakpointsEverywhere": true, "debug.allowBreakpointsEverywhere": true,
"diffEditor.ignoreTrimWhitespace": false, "diffEditor.ignoreTrimWhitespace": false,
"editor.accessibilitySupport": "off", "editor.accessibilitySupport": "off",
@ -9,6 +10,7 @@
"editor.multiCursorModifier": "ctrlCmd", "editor.multiCursorModifier": "ctrlCmd",
"editor.renderWhitespace": "boundary", "editor.renderWhitespace": "boundary",
"editor.tabSize": 2, "editor.tabSize": 2,
"editor.aiStats.enabled": false,
"explorer.confirmDelete": false, "explorer.confirmDelete": false,
"extensions.ignoreRecommendations": true, "extensions.ignoreRecommendations": true,
"files.trimTrailingWhitespace": true, "files.trimTrailingWhitespace": true,
@ -17,9 +19,11 @@
"redhat.telemetry.enabled": false, "redhat.telemetry.enabled": false,
"terminal.integrated.fontFamily": "Hack", "terminal.integrated.fontFamily": "Hack",
"terminal.integrated.scrollback": 1000000, "terminal.integrated.scrollback": 1000000,
"terminal.integrated.suggest.enabled": false,
"update.showReleaseNotes": false, "update.showReleaseNotes": false,
"workbench.colorTheme": "Default Light+", "workbench.colorTheme": "Default Light+",
"workbench.secondarySideBar.defaultVisibility": "hidden", "workbench.secondarySideBar.defaultVisibility": "hidden",
"workbench.settings.showAISearchToggle": false,
"[asn1]": { "[asn1]": {
"editor.formatOnSave": false "editor.formatOnSave": false
}, },
@ -56,6 +60,7 @@
"C_Cpp.clang_format_path": "/usr/local/bin/clang-format", "C_Cpp.clang_format_path": "/usr/local/bin/clang-format",
"C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools", "C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools",
"C_Cpp.intelliSenseEngine": "Default", "C_Cpp.intelliSenseEngine": "Default",
"C_Cpp.copilotHover": "disabled",
"cmake.configureOnOpen": true, "cmake.configureOnOpen": true,
"cmake.generator": "Ninja", "cmake.generator": "Ninja",
"cmake.options.statusBarVisibility": "icon", "cmake.options.statusBarVisibility": "icon",
@ -167,6 +172,7 @@
"markdown-pdf.margin.right": "1.5cm", "markdown-pdf.margin.right": "1.5cm",
"python.linting.pylintPath": "/usr/local/bin/pylint", "python.linting.pylintPath": "/usr/local/bin/pylint",
"python.pythonPath": "/usr/local/bin/python3", "python.pythonPath": "/usr/local/bin/python3",
"python.analysis.aiHoverSummaries": false,
"rust-analyzer.hover.memoryLayout.size": "both", "rust-analyzer.hover.memoryLayout.size": "both",
"rust-analyzer.imports.granularity.enforce": true, "rust-analyzer.imports.granularity.enforce": true,
"yaml.format.printWidth": 110 "yaml.format.printWidth": 110