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:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user