mirror of
https://github.com/NotXia/dotfiles.git
synced 2026-08-05 21:32:24 +00:00
Update vscode
This commit is contained in:
@@ -62,8 +62,6 @@
|
||||
"gitlens.advanced.messages": {
|
||||
"suppressCreatePullRequestPrompt": true
|
||||
},
|
||||
|
||||
|
||||
"python.createEnvironment.trigger": "off",
|
||||
"python.languageServer": "Default",
|
||||
|
||||
@@ -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",
|
||||
}
|
||||
@@ -46,7 +46,6 @@
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"gitlens.codeLens.recentChange.enabled": false,
|
||||
"gitlens.codeLens.authors.enabled": false,
|
||||
"gitlens.plusFeatures.enabled": false,
|
||||
"gitlens.gitCommands.skipConfirmations": [
|
||||
"fetch:command",
|
||||
"switch:command",
|
||||
@@ -65,7 +64,6 @@
|
||||
|
||||
|
||||
"python.createEnvironment.trigger": "off",
|
||||
"python.languageServer": "Default",
|
||||
|
||||
"C_Cpp.formatting": "vcFormat",
|
||||
"C_Cpp.vcFormat.space.aroundBinaryOperator": "ignore",
|
||||
@@ -215,7 +213,8 @@
|
||||
"projectManager.tags": [
|
||||
"Personal",
|
||||
"Work",
|
||||
"Uni"
|
||||
"Uni",
|
||||
"Peanut"
|
||||
],
|
||||
|
||||
|
||||
@@ -229,4 +228,42 @@
|
||||
"notebook.editorOptionsCustomizations": {
|
||||
"editor.insertSpaces": true
|
||||
},
|
||||
"chat.commandCenter.enabled": false,
|
||||
"terminal.integrated.scrollback": 15000,
|
||||
"gitlens.hovers.enabled": false,
|
||||
"gitlens.plusFeatures.enabled": false,
|
||||
"remote.autoForwardPortsSource": "hybrid",
|
||||
"workbench.sideBar.experimental.fontFamily": "Monospace",
|
||||
"workbench.experimental.fontFamily": "Monospace",
|
||||
"workbench.bottomPane.experimental.fontFamily": "Monospace",
|
||||
"terminal.integrated.initialHint": false,
|
||||
"workbench.tabs.experimental.fontFamily": "Monospace",
|
||||
"workbench.activityBar.experimental.fontFamily": "Monospace",
|
||||
"editor.codeLensFontFamily": "Monospace",
|
||||
"workbench.statusBar.experimental.fontFamily": "Monospace",
|
||||
"chat.fontFamily": "Monospace",
|
||||
"debug.console.fontFamily": "Monospace",
|
||||
"scm.inputFontFamily": "Monospace",
|
||||
"notebook.markup.fontFamily": "Monospace",
|
||||
"notebook.output.fontFamily": "Monospace",
|
||||
"gitlens.blame.fontFamily": "Monospace",
|
||||
"ltex.enabled": [
|
||||
|
||||
"bibtex",
|
||||
"context",
|
||||
"context.tex",
|
||||
"latex",
|
||||
"markdown",
|
||||
"org",
|
||||
"restructuredtext",
|
||||
"rsweave"
|
||||
],
|
||||
"yaml.disableSchemaDetection": [
|
||||
"**/.github/workflows/*.yml",
|
||||
"**/.github/workflows/*.yaml",
|
||||
"**/.gitea/workflows/*.yml",
|
||||
"**/.gitea/workflows/*.yaml",
|
||||
"**/.forgejo/workflows/*.yml",
|
||||
"**/.forgejo/workflows/*.yaml"
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user