Skip to content

Instantly share code, notes, and snippets.

@daltonmenezes
Last active November 30, 2018 12:10
Show Gist options
  • Save daltonmenezes/87dacc0409ec01bf4ea5cee33054730c to your computer and use it in GitHub Desktop.
Save daltonmenezes/87dacc0409ec01bf4ea5cee33054730c to your computer and use it in GitHub Desktop.
{
"settings": "{\n \"workbench.startupEditor\": \"newUntitledFile\",\n \"workbench.colorTheme\": \"One Monokai 80s\",\n \"editor.tabSize\": 2,\n \"terminal.external.linuxExec\": \"zsh\",\n \"terminal.integrated.shell.osx\": \"/bin/zsh\",\n \"editor.minimap.enabled\": false,\n \"window.zoomLevel\": 0,\n \"javascript.updateImportsOnFileMove.enabled\": \"always\",\n \"editor.wordWrap\": \"on\",\n \"breadcrumbs.enabled\": false,\n \"editor.overviewRulerBorder\": false\n}\n",
"keybindings": "// Place your key bindings in this file to overwrite the defaultsauto[]\n[\n {\n \"key\": \"f5\",\n \"command\": \"workbench.action.debug.continue\",\n \"when\": \"inDebugMode\"\n },\n {\n \"key\": \"f5\",\n \"command\": \"-workbench.action.debug.continue\",\n \"when\": \"inDebugMode\"\n }\n]",
"snippets": [
{
"dalton.code-snippets": "{\n\t\"Print to console\": {\n\t\t\"scope\": \"javascript,typescript\",\n\t\t\"prefix\": \"log\",\n\t\t\"body\": [\n\t\t\t\"console.log('$1');\",\n\t\t\t\"$2\"\n\t\t],\n\t\t\"description\": \"Log output to console\"\n\t}\n}"
},
{
"menezes.code-snippets": "{\n\t\"Print to console\": {\n\t\t\"scope\": \"javascript,typescript\",\n\t\t\"prefix\": \"log\",\n\t\t\"body\": [\n\t\t\t\"console.log('$1');\",\n\t\t\t\"$2\"\n\t\t],\n\t\t\"description\": \"Log output to console\"\n\t}\n}"
}
],
"extensions": [
"2gua.rainbow-brackets",
"axiomaticstudios.one-monokai-80s",
"azemoh.one-monokai",
"dzannotti.vscode-babel-coloring",
"Equinusocio.vsc-material-theme",
"jolaleye.horizon-theme-vscode",
"karyfoundation.theme-karyfoundation-themes",
"kube.theme-kay",
"lkytal.FlatUI",
"pnp.polacode",
"teabyii.ayu",
"thenikso.github-plus-theme",
"whizkydee.material-palenight-theme"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment