Skip to content

Instantly share code, notes, and snippets.

@clarkio
Last active May 19, 2018 19:39
Show Gist options
  • Save clarkio/8489b26afe352f6e6feb0f1b7fcde0a8 to your computer and use it in GitHub Desktop.
Save clarkio/8489b26afe352f6e6feb0f1b7fcde0a8 to your computer and use it in GitHub Desktop.
VS Code settings to use for recording VS Code Can Do That content
{
"window.zoomLevel": 4,
"editor.formatOnSave": true,
"workbench.iconTheme": "vs-seti",
"workbench.colorTheme": "Monokai Dimmed",
"prettier.singleQuote": true
}
  1. Open VS Code
  2. Open settings (CMD/CTRL + ,)
  3. Paste in the contents of settings.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment