You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2020. It is now read-only.
It's pretty frustrating that when you edit a package.json or bower.json file, Visual Studio automatically tries to run npm install or bower install. It's slow, cumbersome, and makes the editor lag.
Can we please get an option to turn this off, and only run it when we're ready to?
The text was updated successfully, but these errors were encountered:
@mlorbetske Should this be closed now that this feature exists in VS 2017 RC? Specifically, this can be accomplished in Tools --> Options --> Projects and Solutions --> Web Package Management --> Package Restore.
It's pretty frustrating that when you edit a
package.json
orbower.json
file, Visual Studio automatically tries to runnpm install
orbower install
. It's slow, cumbersome, and makes the editor lag.Can we please get an option to turn this off, and only run it when we're ready to?
The text was updated successfully, but these errors were encountered: