Skip to content

Avoid notifying of failures for workspace builds. #4032

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rgrunber
Copy link
Member

@rgrunber rgrunber commented Apr 25, 2025

I'd like to make it easier for users to manually compile their projects (incrementally) quicker and the notification popup can make that a bit annoying. This one :

image

As an example, Java: Rebuild Projects doesn't show a notifications if there is a failure to build so I really don't think Java: Force Java Compilation should either. Also some of the UI elements at microsoft/vscode-java-dependency#878 , which call the java.workspace.compile command don't notify of any compilation errors. I think it should be enough to show the various error markers.

  • Notifications of failure aren't shown for project builds
  • Also standardizes based on approach of other extensions that use similar functionality in their UI elements

@testforstephen , @jdneo let me know your thoughts on this.

- Notifications of failure aren't shown for project builds
- Also standardizes based on approach of other extensions that use
  similar functionality in their UI elements

Signed-off-by: Roland Grunberg <[email protected]>
@rgrunber rgrunber added this to the End April 2025 milestone Apr 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant