Skip to content

Instantly share code, notes, and snippets.

@aloerina01
Last active March 28, 2017 04:19
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save aloerina01/8b34e5463a64187d4ce3aecf8d0cdec2 to your computer and use it in GitHub Desktop.
vscode settings
[{
"key": "alt+left",
"command": "workbench.action.navigateBack"
},{
"key": "alt+right",
"command": "workbench.action.navigateForward"
}
]
{
"editor.fontFamily": "'Ricty Diminished Discord', Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 13,
"editor.lineHeight": 18,
"files.associations": {
"*.tt": "html",
"*.ftl": "html",
"*.tag": "htmltag",
"*.vue": "vue"
},
"typescript.check.tscVersion": false,
"vsicons.projectDetection.autoReload": true,
"window.zoomLevel": 0,
"todohighlight.keywords": [
"TEST"
],
"workbench.colorTheme": "Atom One Dark",
"workbench.iconTheme": "vscode-icons",
"workbench.statusBar.visible": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment