This commit is contained in:
Jeff Lance 2021-03-31 15:15:28 +02:00
parent fb7a0a5882
commit 85a77b1106

View File

@ -56,8 +56,7 @@
"latex-workshop.view.pdf.viewer": "external", "latex-workshop.view.pdf.viewer": "external",
"terminal.integrated.shell.osx": "/bin/zsh", "terminal.integrated.shell.osx": "/bin/zsh",
"vscodeWorkspaceSwitcher.paths": [ "vscodeWorkspaceSwitcher.paths": [
"~/Bureau", "~/"
"~/Desktop"
], ],
"vscodeWorkspaceSwitcher.showTreeView": false, "vscodeWorkspaceSwitcher.showTreeView": false,
"editor.fontSize": 18, "editor.fontSize": 18,
@ -69,4 +68,5 @@
"kite.showWelcomeNotificationOnStartup": false, "kite.showWelcomeNotificationOnStartup": false,
"python.languageServer": "Pylance", "python.languageServer": "Pylance",
"vim.vimrc.path": "$HOME/.config/nvim/init.vim", "vim.vimrc.path": "$HOME/.config/nvim/init.vim",
"workbench.editor.enablePreview": false,
} }