1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-11-05 13:11:43 +00:00
dotfiles/vscode/.config/Code - OSS/User/settings.json
J. Fernando Sánchez 2574a62403 Batch of changes
2020-04-15 17:19:21 +02:00

33 lines
991 B
JSON

{
"diffEditor.ignoreTrimWhitespace": true,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true,
"suppressResultsExplorerNotice": true
},
"vim.handleKeys": {
"<C-K>": false,
"[q": false,
"]q": false
},
"workbench.statusBar.visible": true,
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/vendor/**": true,
},
"window.titleBarStyle": "custom",
"vim.hlsearch": true,
"vim.statusBarColorControl": true,
"workbench.colorCustomizations": {
"statusBar.background": "#5f0000",
"statusBar.noFolderBackground": "#5f0000",
"statusBar.debuggingBackground": "#5f0000"
},
"gitlab.instanceUrl": "https://lab.gsi.upm.es",
"editor.wordWrap": "on",
"window.zoomLevel": 1,
"explorer.confirmDragAndDrop": false,
"workbench.colorTheme": "Default Light+"
}