User/settings.json aktualisiert
This commit is contained in:
parent
a5864ee488
commit
953c3de7b0
|
@ -1,14 +1,7 @@
|
||||||
{
|
{
|
||||||
"editor.fontFamily": "'FiraCode Nerd Font'",
|
"editor.fontFamily": "'FiraCode Nerd Font'",
|
||||||
"vscode-neovim.neovimExecutablePaths.linux": "/usr/bin/nvim",
|
"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": {
|
"terminal.integrated.profiles.linux": {
|
||||||
|
|
||||||
"bash": {
|
"bash": {
|
||||||
"path": "bash",
|
"path": "bash",
|
||||||
"icon": "terminal-bash"
|
"icon": "terminal-bash"
|
||||||
|
@ -16,12 +9,6 @@
|
||||||
"zsh": {
|
"zsh": {
|
||||||
"path": "zsh"
|
"path": "zsh"
|
||||||
},
|
},
|
||||||
"vbox ssh": {
|
|
||||||
"path": "ssh cscherr@127.0.0.2 -p 50022"
|
|
||||||
},
|
|
||||||
"fish": {
|
|
||||||
"path": "fish"
|
|
||||||
},
|
|
||||||
"tmux": {
|
"tmux": {
|
||||||
"path": "tmux",
|
"path": "tmux",
|
||||||
"icon": "terminal-tmux"
|
"icon": "terminal-tmux"
|
||||||
|
@ -32,22 +19,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"editor.minimap.enabled": false,
|
"editor.minimap.enabled": false,
|
||||||
"cmake.toolset": "C:\\Qt\\Tools\\CMake_64",
|
|
||||||
"[jsonc]": {
|
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
||||||
},
|
|
||||||
"prettier.tabWidth": 4,
|
"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,
|
"editor.wordWrapColumn": 120,
|
||||||
"vscode-neovim.neovimInitVimPaths.linux": "/home/cscherr/.config/nvim/mini.lua",
|
"vscode-neovim.neovimInitVimPaths.linux": "/home/cscherr/.config/nvim/mini.lua",
|
||||||
"workbench.startupEditor": "none",
|
"workbench.startupEditor": "none",
|
||||||
|
@ -58,31 +30,17 @@
|
||||||
"FIXME",
|
"FIXME",
|
||||||
"TODO",
|
"TODO",
|
||||||
"XXX",
|
"XXX",
|
||||||
|
"PERF",
|
||||||
|
"SECURITY",
|
||||||
|
"WARN",
|
||||||
|
"NOTE",
|
||||||
|
"TEST",
|
||||||
"[ ]",
|
"[ ]",
|
||||||
"[x]",
|
"[x]",
|
||||||
"[X]",
|
"[X]",
|
||||||
"- [ ]"
|
"- [ ]"
|
||||||
],
|
],
|
||||||
"git.autofetch": true,
|
"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",
|
"cSpell.language": "en,de-DE,de",
|
||||||
"terminal.integrated.rightClickBehavior": "nothing",
|
"terminal.integrated.rightClickBehavior": "nothing",
|
||||||
"terminal.integrated.allowChords": false,
|
"terminal.integrated.allowChords": false,
|
||||||
|
|
Loading…
Reference in New Issue