VS Code language support for .workstar components. It provides syntax scopes
for Workstar controls and path expressions, embedded TypeScript and CSS syntax,
bracket/comment configuration, and component snippets. Use Ctrl/Cmd-click on an
existing relative .workstar import inside <script> to open the component.
The .workstar language contributes a file icon for themes that do not supply
their own Workstar icon. Your selected file icon theme remains in control.
The extension does not provide compiler diagnostics, TypeScript completion
across component boundaries, or a language server. Run your project's
npm run check for compiler and type errors.
Install wslab-ai.workstar-language from the VS Code Extensions view. For
local development, run npm ci, npm test, then npm run package in this
directory and use VS Code's “Install from VSIX...” command. Marketplace
publication is separate from this repository build.