Skip to content

Instantly share code, notes, and snippets.

@huenisys
Last active January 21, 2019 02:51
Show Gist options
  • Save huenisys/e41d116db00ba86ba88bfcd1e634019e to your computer and use it in GitHub Desktop.
Save huenisys/e41d116db00ba86ba88bfcd1e634019e to your computer and use it in GitHub Desktop.
Visual Studio Code setup
- use git bash as terminal
-
```
{
"workbench.iconTheme": "vscode-icons",
"terminal.integrated.shell.windows": "E:\\Program Files\\Git\\bin\\bash.exe"
}
```
- set php path to use xampp, add php to env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment