Last active
June 3, 2019 21:53
-
-
Save tradingbills/672a966b8c583b60b343133b1b75e837 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.editor.showTabs": true, | |
"workbench.colorTheme": "Monokai Pro (Filter Spectrum)", | |
"workbench.editor.enablePreview": false, | |
"workbench.editor.enablePreviewFromQuickOpen": true, | |
"editor.minimap.enabled": false, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": ["j", "j"], | |
"after": ["<Esc>"] | |
} | |
], | |
"workbench.sideBar.location": "left", | |
"todohighlight.isEnable": true, | |
"todohighlight.keywords": [ | |
"DEBUG:", | |
"REVIEW:", | |
"QUESTION", | |
"TODO", | |
{ | |
"text": "SOLUTION", | |
"color": "#89cff0", | |
"border": "1px solid #89cff0", | |
"backgroundColor": "black", | |
"borderRadius": "2px", | |
"overviewRulerColor": "grey" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment