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.hovers.currentLine.over": "line",
|
||||||
"gitlens.advanced.messages": {
|
"gitlens.advanced.messages": {
|
||||||
"suppressCreatePullRequestPrompt": true
|
"suppressCreatePullRequestPrompt": true
|
||||||
},
|
},
|
||||||
|
"python.createEnvironment.trigger": "off",
|
||||||
|
|
||||||
"python.createEnvironment.trigger": "off",
|
|
||||||
"python.languageServer": "Default",
|
"python.languageServer": "Default",
|
||||||
|
|
||||||
"C_Cpp.formatting": "vcFormat",
|
"C_Cpp.formatting": "vcFormat",
|
||||||
@@ -224,4 +222,17 @@
|
|||||||
"ltex.statusBarItem": true,
|
"ltex.statusBarItem": true,
|
||||||
"editor.mouseWheelScrollSensitivity": 1.5,
|
"editor.mouseWheelScrollSensitivity": 1.5,
|
||||||
"git.openRepositoryInParentFolders": "never",
|
"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,
|
"diffEditor.ignoreTrimWhitespace": false,
|
||||||
"gitlens.codeLens.recentChange.enabled": false,
|
"gitlens.codeLens.recentChange.enabled": false,
|
||||||
"gitlens.codeLens.authors.enabled": false,
|
"gitlens.codeLens.authors.enabled": false,
|
||||||
"gitlens.plusFeatures.enabled": false,
|
|
||||||
"gitlens.gitCommands.skipConfirmations": [
|
"gitlens.gitCommands.skipConfirmations": [
|
||||||
"fetch:command",
|
"fetch:command",
|
||||||
"switch:command",
|
"switch:command",
|
||||||
@@ -65,7 +64,6 @@
|
|||||||
|
|
||||||
|
|
||||||
"python.createEnvironment.trigger": "off",
|
"python.createEnvironment.trigger": "off",
|
||||||
"python.languageServer": "Default",
|
|
||||||
|
|
||||||
"C_Cpp.formatting": "vcFormat",
|
"C_Cpp.formatting": "vcFormat",
|
||||||
"C_Cpp.vcFormat.space.aroundBinaryOperator": "ignore",
|
"C_Cpp.vcFormat.space.aroundBinaryOperator": "ignore",
|
||||||
@@ -215,7 +213,8 @@
|
|||||||
"projectManager.tags": [
|
"projectManager.tags": [
|
||||||
"Personal",
|
"Personal",
|
||||||
"Work",
|
"Work",
|
||||||
"Uni"
|
"Uni",
|
||||||
|
"Peanut"
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
@@ -229,4 +228,42 @@
|
|||||||
"notebook.editorOptionsCustomizations": {
|
"notebook.editorOptionsCustomizations": {
|
||||||
"editor.insertSpaces": true
|
"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