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

VsCode Syntax highlight for WGSL files

Results 9 vscode-wgsl issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.12.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

It would be very helpful if this extension could serve as a formatting server for VS Code so formatting could be applied on save.

Looking at the code, it should be fairly easy to add support for other shading languages such as HLSL based on DXC or GLSL based on glslangvalidator. Is this something...

I am using the [bevy engine](https://github.com/bevyengine) and it uses `#import`. Here is an [example](https://github.com/bevyengine/bevy/blob/main/assets/shaders/circle_shader.wgsl) shader. In VS-Code I get this error when I enable `v0.1.16` of `vscode-wsgl`: ``` error: expected...

For some reason, the points of arrows in function returns are red... Seems to be an issue in most colour schemes, except where the entire arrow is red (e.g. vscode...

Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

Thanks for this extension, works well for most cases. For large projects, we want to expend this extension to support more keywords in Autocompletion,but I'm new to vscode extenstions, how...

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies