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

Add a problem matcher for zig #24

Closed
kavika13 opened this issue Dec 6, 2019 · 3 comments
Closed

Add a problem matcher for zig #24

kavika13 opened this issue Dec 6, 2019 · 3 comments

Comments

@kavika13
Copy link

kavika13 commented Dec 6, 2019

The GCC matcher (provided by the official C++ package) seems just about right, as far as I can tell. It might be nice to have a custom one for zig.

@Swoogan
Copy link
Contributor

Swoogan commented Dec 31, 2019

I am attempting to implement this.

@Swoogan
Copy link
Contributor

Swoogan commented Jan 1, 2020

I have this working in https://github.com/Swoogan/vscode-zig/tree/problems

However, any build issues that you have are duplicated between the compile from "build on save" and the manual compile. I don't see an easy way of de-duplicating the problems. But I see these as being two opposing use-cases. I have opened #27 to make it possible to separate these two workflows.

@andrewrk
Copy link
Member

andrewrk commented Jun 1, 2021

Fixed by #50. Sorry about that @Swoogan

@andrewrk andrewrk closed this as completed Jun 1, 2021
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 a pull request may close this issue.

3 participants