Skip to content

Instantly share code, notes, and snippets.

@tradingbills
Last active June 3, 2019 21:53
Show Gist options
  • Save tradingbills/672a966b8c583b60b343133b1b75e837 to your computer and use it in GitHub Desktop.
Save tradingbills/672a966b8c583b60b343133b1b75e837 to your computer and use it in GitHub Desktop.
{
"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