Created
April 3, 2017 23:49
-
-
Save RyanHirsch/3fd0b200020b6ba83f83cb1136c7cc12 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
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
[ | |
{ | |
"key": "ctrl+`", | |
"command": "workbench.action.terminal.focus", | |
"when": "!terminalFocus" | |
}, | |
{ | |
"key": "ctrl+`", | |
"command": "workbench.action.focusActiveEditorGroup", | |
"when": "terminalFocus" | |
} | |
] |
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
DavidAnson.vscode-markdownlint | |
EditorConfig.EditorConfig | |
PKief.material-icon-theme | |
PeterJausovec.vscode-docker | |
bungcip.better-toml | |
dbaeumer.vscode-eslint | |
dzannotti.vscode-babel-coloring | |
gerane.Theme-FlatlandMonokai | |
humao.rest-client | |
mohsen1.prettify-json | |
ms-vscode.Theme-MaterialKit | |
sbrink.elm | |
vscodevim.vim |
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
{ | |
"editor.fontSize": 14, | |
"editor.tabSize": 2, | |
"window.zoomLevel": 0, | |
"editor.trimAutoWhitespace": true, | |
"files.trimTrailingWhitespace": true, | |
"extensions.autoUpdate": true, | |
"editor.minimap.enabled": true, | |
"workbench.colorTheme": "Material Night Eighties", | |
"workbench.iconTheme": "material-icon-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment