Skip to content
Snippets Groups Projects
Commit b8ea4c79 authored by Jens Nolte's avatar Jens Nolte
Browse files

Update VSCode config

parent 0ce48b8c
No related branches found
No related tags found
No related merge requests found
{
"window.zoomLevel": 0,
"explorer.openEditors.visible": 0,
"workbench.startupEditor": "none",
"workbench.settings.editor": "json",
"workbench.settings.useSplitJSON": true,
......@@ -13,10 +13,10 @@
"window.menuBarVisibility": "toggle",
"explorer.confirmDelete": false,
"vsicons.dontShowNewVersionMessage": true,
"breadcrumbs.enabled": true,
"zenMode.centerLayout": false,
"files.trimTrailingWhitespace": true,
// colors
"editor.tokenColorCustomizations": {
......@@ -40,20 +40,23 @@
"workbench.colorCustomizations": {
"editorError.foreground": "#fc2457",
},
"editor.acceptSuggestionOnEnter": "off",
"editor.smoothScrolling": true,
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorSurroundingLines": 5,
"editor.fontSize": 14,
"editor.fontFamily": "Fira Code Light",
"editor.fontLigatures": true,
"search.smartCase": true,
"editor.tabSize": 2,
"editor.smoothScrolling": true,
"search.smartCase": true,
"latex-workshop.latex.autoBuild.onSave.enabled": false,
"latex-workshop.view.pdf.viewer": "browser",
"latex-workshop.chktex.enabled": true,
"vim.disableExtension": false,
"vim.leader": "-",
"vim.sneak": true,
......@@ -81,15 +84,4 @@
"editor.formatOnType": false,
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
"terminal.integrated.shell.windows": "cmd.exe",
"terminal.integrated.shellArgs.windows": [
"/k", "%userprofile%\\cmder\\vendor\\init.bat"
],
// Windows:
// %userprofile% seems to have no effect, test again and then maybe report as bug
"terminal.external.windowsExec": "C:\\Users\\Jens\\cmder\\cmder.exe",
"powershell.powerShellExePath": "C:\\Program Files\\PowerShell\\6\\pwsh.exe",
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment