Skip to content

Commit

Permalink
fix(watch): use bash for terminal on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorniv committed Oct 22, 2018
1 parent 35846ce commit 5732dd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
"typescript.tsdk": "node_modules/typescript/lib",
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"
}

0 comments on commit 5732dd2

Please sign in to comment.