Update vscode

This commit is contained in:
2026-08-02 18:12:24 +02:00
parent 0b1224cba7
commit a101a8b58d
2 changed files with 55 additions and 7 deletions
+15 -4
View File
@@ -61,10 +61,8 @@
"gitlens.hovers.currentLine.over": "line",
"gitlens.advanced.messages": {
"suppressCreatePullRequestPrompt": true
},
"python.createEnvironment.trigger": "off",
},
"python.createEnvironment.trigger": "off",
"python.languageServer": "Default",
"C_Cpp.formatting": "vcFormat",
@@ -224,4 +222,17 @@
"ltex.statusBarItem": true,
"editor.mouseWheelScrollSensitivity": 1.5,
"git.openRepositoryInParentFolders": "never",
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.unicodeHighlight.invisibleCharacters": false,
"notebook.editorOptionsCustomizations": {
"editor.insertSpaces": true
},
"github.copilot.enable": {
"*": false,
"plaintext": false,
"markdown": false,
"scminput": false
},
"github.copilot.nextEditSuggestions.enabled": true,
"editor.fontFamily": "'monospace', monospace",
}