Last active
January 21, 2019 02:51
-
-
Save huenisys/e41d116db00ba86ba88bfcd1e634019e to your computer and use it in GitHub Desktop.
Visual Studio Code setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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