Skip to content

Instantly share code, notes, and snippets.

@asksven
Created March 26, 2017 09:24
Show Gist options
  • Save asksven/c408fe37b688b5fa4be280add313adea to your computer and use it in GitHub Desktop.
Save asksven/c408fe37b688b5fa4be280add313adea to your computer and use it in GitHub Desktop.
VSCode Setup
# Extensions to install
AutoImport
PowerShell
# Bash as terminal
File -> Preferences -> Settings
and add
```
{
"terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\bash.exe"
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment