Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Up-to-date builds are not reported to VS. #2321

Open
jessetrinity opened this issue Apr 28, 2021 · 0 comments
Open

Up-to-date builds are not reported to VS. #2321

jessetrinity opened this issue Apr 28, 2021 · 0 comments
Labels

Comments

@jessetrinity
Copy link
Contributor

jessetrinity commented Apr 28, 2021

Expected Behavior

nodejstools reports up-to-date build status to VS.

Actual Behavior

nodejstools does not report build status to VS:

Steps to Reproduce
  1. Create a new nodejs console app in VS.
  2. Add the --incremental flag to the build script entry in package.json.
  3. Run build.
  4. 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.

Converted from https://developercommunity.visualstudio.com/t/Up-to-date-IDE-build-skipping-feature-is/1410083

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant