Skip to content

Instantly share code, notes, and snippets.

@jcunanan05
Last active January 9, 2021 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcunanan05/b8cda1e35f5ccd1c361d479bb1886a70 to your computer and use it in GitHub Desktop.
Save jcunanan05/b8cda1e35f5ccd1c361d479bb1886a70 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Night Owl",
"workbench.iconTheme": "material-icon-theme",
"editor.fontSize": 16,
"window.zoomLevel": 1.3,
"terminal.integrated.fontSize": 14,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
//enable emmet on js
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"nunjucks": "html",
},
"explorer.compactFolders": false,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"terminal.integrated.shellArgs.windows": ["/K", "C:\\tools\\Cmder\\vendor\\bin\\vscode_init.cmd"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment