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

24 lines
642 B
JSON
Raw Normal View History

2018-09-12 17:04:59 +00:00
{
"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,
}
}