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

Output errors to console instead of dev console #348

Merged
merged 3 commits into from
Dec 5, 2024
Merged

Conversation

doriable
Copy link
Member

@doriable doriable commented Dec 4, 2024

In the past, we were not correctly surfacing build errors to users from buf lint in the console, and were instead parsed and eaten in the dev console.
This PR directs all previous console.log statements to the user-facing output console and properly surfaces the build errors, e.g.:

Screenshot 2024-12-04 at 15 22 21

This will make it easier for users to debugging build failures through the extension much easier.

Fixes #347

@doriable doriable requested a review from paul-sachs December 4, 2024 20:29
@doriable doriable merged commit c082ec8 into main Dec 5, 2024
6 checks passed
@doriable doriable deleted the fix-console-output branch December 5, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Buf.yaml: Multiple modules to have the same path causes extension to stop working
2 participants