Created
September 28, 2018 09:09
-
-
Save Martinnord/32d701db54683eda311248828a96ff56 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
PLUGINS: | |
- eamodio.gitlens | |
- esbenp.prettier-vscode | |
- icrawl.discord-vscode | |
- midnightsyntax.vscode-wrap-console-log | |
- mikestead.dotenv | |
- monokai.theme-monokai-pro-vscode | |
- ms-python.python | |
- ms-vsliveshare.vsliveshare | |
- wix.vscode-import-cost | |
THEME: | |
- Monokai Pro (Filter Spectrum) | |
ICON THEME | |
- Monokai Pro (Filter Spectrum) Icons | |
MY OWN SETTINGS | |
{ | |
"workbench.colorTheme": "Monokai Pro (Filter Spectrum)", | |
"workbench.iconTheme": "Monokai Pro (Filter Spectrum) Icons", | |
"window.zoomLevel": 0, | |
"javascript.updateImportsOnFileMove.enabled": "never", | |
"typescript.autoImportSuggestions.enabled": false, | |
"gitlens.advanced.messages": { | |
"suppressShowKeyBindingsNotice": true | |
}, | |
"editor.detectIndentation": false, | |
"editor.tabSize": 4, | |
"explorer.confirmDragAndDrop": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment