sublimelsp / LSP-angular

Convenience plugin for Angular Language Service
MIT License
9 stars 2 forks source link

Use TSC_NONPOLLING_WATCHER #2

Closed rchl closed 4 years ago

rchl commented 4 years ago
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.

ghost commented 4 years ago

I tried before:

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

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

rchl commented 4 years ago

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