Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"compileOnSave" TypeScript source files in Visual Studio Code

I tried to turn on "watch" switch but it doesn't seem to work. How should I achieve similar functionality using Visual Studio Code?

like image 774
vilicvane Avatar asked Nov 10 '22 14:11

vilicvane


1 Answers

Found out that something added a PATH with TypeScript 1.0 SDK, removing that PATH variable and add "isShellCommand": true, works fine for me.

like image 183
vilicvane Avatar answered Nov 15 '22 06:11

vilicvane