Install the language server go install github.com/movio/gqlt/cmd/gqlt@latest.
If your editor supports language servers, set it up appropriately.
Build the language server as above.
git clone git@github.com:movio/gqlt
cd vscode-gqlt
npm i
npx vsce packageThis outputs a file gqlt-<version>.vsix.
This can be installed from vscode using the command Extensions: Install from VSIX.
Set the following setting. It currently has to be the full path.
"gqlt.path": "/home/<user>/go/bin/gqlt"