gaia-vscode surfaces gaia-lsp static diagnostics inside VS Code for Gaia
Lang Python DSL packages.
The extension does not import or execute the target Gaia package. It shells out
to gaia-lsp-tool check and converts the JSON diagnostic envelope into VS Code
diagnostics.
Requirements
Install the Python package in the environment visible to VS Code:
pip install "gaia-lsp[lsp]"
If the executable is not on PATH, set gaiaLsp.toolPath to the absolute path
or use gaiaLsp.toolArgs for a wrapper. For example: