sublimelsp / LSP-angular

Convenience plugin for Angular Language Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use TSC_NONPOLLING_WATCHER

rchl opened this issue · comments

LSP-angular: Using less efficient polling watcher. Set TSC_NONPOLLING_WATCHER to true.

You can set env variables through env key.
It seems like VSCode extension does set it also.

I tried before:

"env": {
    "TSC_NONPOLLING_WATCHER" : "true"
}

but that message continued to appear, will check again tomorrow, thanks!

It worked for me as a root key in LSP-angular.sublime-settings.