Skip to content

Instantly share code, notes, and snippets.

@gaborpinterweb
Last active December 13, 2016 08:38
Show Gist options
  • Select an option

  • Save gaborpinterweb/acbd323a7d5ae9d76a7f8fd920d2ffc1 to your computer and use it in GitHub Desktop.

Select an option

Save gaborpinterweb/acbd323a7d5ae9d76a7f8fd920d2ffc1 to your computer and use it in GitHub Desktop.
Visual Code settings #visualcode #vscode
jshint,
Afterglow Remastered,
vscode-icons,
Guides
jshint
Lodash Snippets
Prettify JSON
TypeScript Hero
// Place your key bindings in this file to overwrite the defaults
[{
"key": "ctrl+l",
"command": "expandLineSelection",
"when": "editorTextFocus"
}
,{
"key": "ctrl+shift+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus"
}]
// Place your settings in this file to overwrite the default settings
{
"editor.wrappingColumn": 0,
"editor.snippetSuggestions": "top",
"explorer.openEditors.visible": 0,
"editor.tabSize": 2,
"editor.insertSpaces": false,
"window.zoomLevel": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment