vscode-zig icon indicating copy to clipboard operation
vscode-zig copied to clipboard

Zig language support for VSCode

Results 74 vscode-zig issues
Sort by recently updated
recently updated
newest added

### Changes - Remove `.vscode/settings`, and ignore it from `.gitignore` - Add [XO](https://github.com/xojs/xo) linter ### Should we ignore the `.vscode/settings.json` file? Of course, we should. We should give developers more...

According to [marketplace last updated field](https://marketplace.visualstudio.com/items?itemName=tiehuis.zig), the plug-in is not being updated. For example, the "problem matcher" feature is simply unavailable.

Hello, I have files that are not even over 200 lines which format almost instantly when running `zig fmt ..` but with this extension VS Code hangs for at least...

When using compiled extension on windows, Antimalware Service Executable (I think it's windows defender) uses maximum CPU resources. Insane CPU usage only appears when characters are deleted or added in...

zn42 on reddit mentioned their process for getting native debugging with breakpoints and the like working in vscode. https://www.reddit.com/r/Zig/comments/cl0x6k/debugging_zig_in_vscode/ This issue is for determining how might be best to implement...

enhancement

This is a continuation of https://github.com/ziglang/vscode-zig/pull/51 I have been using this locally for months now. Note that the `@link` mention is outdated, it was removed in a subsequent commit. This:...

It seems like the problem matcher used when running the `Zig: Build Workspace` command is returning incorrect paths. The paths are incorrectly absolute paths, for example an error with the...

For instance, cmd+click/F12 on `remove()` works if code is formatted the normal way: ``` builder.add().remove().process().finalize(); ``` But not if there are lines breaks: ``` var x = builder. add(). remove()....

It seems the plugin (with auto-build on) will complain about `build_runner.zig` having build errors (despite the project building without issue) and populate the "Problems" tab with an error about it:...