diff --git a/User/settings.json b/User/settings.json index 45153ac..df71ff2 100644 --- a/User/settings.json +++ b/User/settings.json @@ -1,14 +1,7 @@ { "editor.fontFamily": "'FiraCode Nerd Font'", "vscode-neovim.neovimExecutablePaths.linux": "/usr/bin/nvim", - "svn.path": "C:\\Program Files\\TortoiseSVN\\bin\\svn.exe", - "remote.SSH.remotePlatform": { - "VM": "linux", - "VM-plex": "linux" - }, - "cmake.configureOnOpen": true, "terminal.integrated.profiles.linux": { - "bash": { "path": "bash", "icon": "terminal-bash" @@ -16,12 +9,6 @@ "zsh": { "path": "zsh" }, - "vbox ssh": { - "path": "ssh cscherr@127.0.0.2 -p 50022" - }, - "fish": { - "path": "fish" - }, "tmux": { "path": "tmux", "icon": "terminal-tmux" @@ -32,22 +19,7 @@ } }, "editor.minimap.enabled": false, - "cmake.toolset": "C:\\Qt\\Tools\\CMake_64", - "[jsonc]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, "prettier.tabWidth": 4, - "explorer.confirmDelete": false, - "C_Cpp.default.includePath": [ - "C:\\Qt\\6.4.2\\msvc2019_64\\include\\**", - "C:/Qt/6.4.2/msvc2019_64/include/**" - ], - "latex-workshop.latex.autoClean.run": "onBuilt", - "latex-workshop.latex.autoBuild.interval": 60000, - "latex-workshop.latex.outDir": "%DIR%/compile", - "[latex]": { - "editor.defaultFormatter": "James-Yu.latex-workshop" - }, "editor.wordWrapColumn": 120, "vscode-neovim.neovimInitVimPaths.linux": "/home/cscherr/.config/nvim/mini.lua", "workbench.startupEditor": "none", @@ -58,31 +30,17 @@ "FIXME", "TODO", "XXX", + "PERF", + "SECURITY", + "WARN", + "NOTE", + "TEST", "[ ]", "[x]", "[X]", "- [ ]" ], "git.autofetch": true, - "cSpell.userWords": [ - "Authentik", - "gehostet", - "gehostete", - "geleakt", - "grunstätzliche", - "hosten", - "Keycloak", - "Lokation", - "Maßnamen", - "Netzwerktunnelung", - "Onelogin", - "Redhat", - "reviewen", - "Studiengangsleiter", - "Tunnelung", - "whois", - "Zuwirkung" - ], "cSpell.language": "en,de-DE,de", "terminal.integrated.rightClickBehavior": "nothing", "terminal.integrated.allowChords": false,