1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 08:02:19 +00:00

Vscode update + gitback

This commit is contained in:
J. Fernando Sánchez
2018-12-07 18:45:04 +01:00
parent f2ef049f7f
commit 9d25e4c13b
3 changed files with 35 additions and 7 deletions

View File

@@ -1,23 +1,31 @@
{
"diffEditor.ignoreTrimWhitespace": false,
"workbench.iconTheme": "vscode-icons",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true,
"suppressResultsExplorerNotice": true
},
"gitlens.keymap": "chorded",
"window.zoomLevel": 0,
"vim.handleKeys": {
"<C-K>": false,
"[q": false,
"]q": false
},
"editor.minimap.enabled": 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.iconTheme": "vscode-icons",
"workbench.colorCustomizations": {
"statusBar.background": "#005f5f",
"statusBar.noFolderBackground": "#005f5f",
"statusBar.debuggingBackground": "#005f5f"
},
"gitlab.instanceUrl": "https://lab.gsi.upm.es",
"editor.wordWrap": "on"
}