typegpu-inspector-language-server
v0.4.7
Published
Language server for TypeGPU runtime inspection: hovers, inlay hints, diagnostics, and generated WGSL.
Downloads
1,256
Readme
TypeGPU Inspector Language Server
A stdio LSP server that runs TypeGPU modules through a real Chromium/WebGPU
runtime and reports the results in the editor: hovers with generated WGSL and
exact memory layouts, inlay hints, compiler diagnostics mapped back to
TypeScript, and links to the complete generated .wgsl documents.
The single-file dist/server.cjs bundle is self-contained. On first use it
launches the runtime inspector; in standalone installs the inspector is
fetched as typegpu-runtime-inspector-mcp via npx, which downloads
Playwright Chromium once.
This package is consumed by the TypeGPU Inspector editor extensions for Zed and VS Code. Settings and behavior are documented in that repository.
typegpu-inspector-language-server --stdio