mirror of
https://github.com/NotXia/dotfiles.git
synced 2026-08-05 21:32:24 +00:00
Update vscode
This commit is contained in:
@@ -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",
|
||||
}
|
||||
Reference in New Issue
Block a user