Skip to content

Instantly share code, notes, and snippets.

@dragos199993
Last active September 18, 2018 04:24
Show Gist options
  • Save dragos199993/8875cb8a4d4fded7f837fed8a0658374 to your computer and use it in GitHub Desktop.
Save dragos199993/8875cb8a4d4fded7f837fed8a0658374 to your computer and use it in GitHub Desktop.
vs-code-base-settings
{
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"workbench.startupEditor": "newUntitledFile",
"liveSassCompile.settings.formats":[
// This is Default.
{
"format": "compressed",
"extensionName": ".css",
"savePath": null
}
],
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"window.zoomLevel": 0,
"workbench.colorTheme": "Monokai",
"npm.enableScriptExplorer": true,
"importCost.javascriptExtensions": [
"\\.jsx?$",
"\\.vue$"
],
"importCost.typescriptExtensions": [
"\\.tsx?$",
"\\.vue$"
],
"editor.renderWhitespace": "all",
"todohighlight.isEnable": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment