Vscode-ng-language-service: VSCode: How to stop the output window from showing itself during an Angular build?

Created on 16 Sep 2017  ·  5Comments  ·  Source: angular/vscode-ng-language-service

I have VSCode, latest version. And I don't want to see the output window when compiling my angular application.

Does anybody know how to disable the auto pop up of the output window?

All 5 comments

Part of the problem is that the plugin is not watching the files that are included in the tsconfig.json project definition. Instead it is watching all files recursively under the directory where is locates tsconfig.json file. This probably includes your output folder which causes the plugin to detect file changes like mad.

If you are able you might relocate your tsconfig file into your src folder and see if that helps.

Possibly related to #187 ?

Any progress on this?

This was fixed in #195. It will be in the next release of the plugin

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings