diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index b9c955c..96ba89a 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -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", } \ No newline at end of file diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index 3de3565..f61752d 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -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" + ], } \ No newline at end of file