Skip to content

Instantly share code, notes, and snippets.

@Tanapruk
Last active March 26, 2017 02:17
Show Gist options
  • Save Tanapruk/818aa45893f531153ae40c35822544f6 to your computer and use it in GitHub Desktop.
Save Tanapruk/818aa45893f531153ae40c35822544f6 to your computer and use it in GitHub Desktop.
My Initial Setting on VSCode

VSCode Note

Workspace Settings

{
    "terminal.external.osxExec": "iTerm2.app",
    "terminal.integrated.fontFamily": "Meslo LG L DZ for Powerline",
    "terminal.integrated.lineHeight": 1.6,
    "terminal.integrated.fontSize": 12,
    "javascript.validate.enable": false,
    "editor.tabCompletion": true
} 

Shell Command

F1 and then type Shell Command Install code in command PATH

Extensions

  • Auto-Open Markdown Preview

Side-by-side preview of Markdown documents

  • ESLint

Use special lint check that vscode doesn't support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment