Workshop VS Code ExtensionOverviewThe Workshop VS Code Extension provides first-class tooling for developing with BrickLua in BrickVerse projects, streamlining scripting workflows inside the BrickVerse workshop. FeaturesThis extension includes a Language Server Protocol (LSP) implementation that enables:
About BrickLuaBrickLua is a customized extension of Lua 5.4 (powered by LuaJIT 0.6.1) built specifically for Brick Engine, the runtime powering the brickverse.gg platform. It enhances standard Lua with additional systems and tooling designed for scalable game development. BuildInstall dependencies and compile:
VSIX PackagingCreate a local installable VSIX package:
Create a pre-release VSIX package:
Generated VSIX files are created in the repository root. Generated Language ArtifactsThe following files are generated and should not be edited directly:
Generation sources:
Engine API split:
Note: language/snippet/resource contribution files are kept at the extension package root (not Regenerate language artifacts manually:
See |