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
nodejstools reports up-to-date build status to VS.
Actual Behavior
nodejstools does not report build status to VS:
Steps to Reproduce
Create a new nodejs console app in VS.
Add the --incremental flag to the build script entry in package.json.
Run build.
Run build again.
Both times there will be a build succeeded message and no up to date message:
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
While we pick up TS errors from build failures in the error window, we don't currently have a way to report whether or not a build ran or not due to passing the incremental flag.
Expected Behavior
nodejstools reports up-to-date build status to VS.
Actual Behavior
nodejstools does not report build status to VS:
Steps to Reproduce
--incremental
flag to thebuild
script entry inpackage.json
.Both times there will be a build succeeded message and no up to date message:
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
While we pick up TS errors from build failures in the error window, we don't currently have a way to report whether or not a build ran or not due to passing the incremental flag.
Converted from https://developercommunity.visualstudio.com/t/Up-to-date-IDE-build-skipping-feature-is/1410083
The text was updated successfully, but these errors were encountered: