Skip to content

Instantly share code, notes, and snippets.

@RyanHirsch
Created April 3, 2017 23:49
Show Gist options
  • Save RyanHirsch/3fd0b200020b6ba83f83cb1136c7cc12 to your computer and use it in GitHub Desktop.
Save RyanHirsch/3fd0b200020b6ba83f83cb1136c7cc12 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
[
{
"key": "ctrl+`",
"command": "workbench.action.terminal.focus",
"when": "!terminalFocus"
},
{
"key": "ctrl+`",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
}
]
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
{
"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