1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-11-05 05:01:43 +00:00
dotfiles/vscode/.config/Code - OSS/User/settings.json

33 lines
991 B
JSON
Raw Normal View History

2018-09-12 17:04:59 +00:00
{
2020-04-15 15:19:21 +00:00
"diffEditor.ignoreTrimWhitespace": true,
2018-09-12 17:04:59 +00:00
"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,
2018-12-07 17:45:04 +00:00
},
"window.titleBarStyle": "custom",
"vim.hlsearch": true,
"vim.statusBarColorControl": true,
"workbench.colorCustomizations": {
2020-04-15 15:19:21 +00:00
"statusBar.background": "#5f0000",
"statusBar.noFolderBackground": "#5f0000",
"statusBar.debuggingBackground": "#5f0000"
2018-12-07 17:45:04 +00:00
},
"gitlab.instanceUrl": "https://lab.gsi.upm.es",
2020-04-15 15:19:21 +00:00
"editor.wordWrap": "on",
"window.zoomLevel": 1,
"explorer.confirmDragAndDrop": false,
"workbench.colorTheme": "Default Light+"
2018-09-12 17:04:59 +00:00
}