WKS Language Server + VSCode Extension

Anakin Childerhose <[email protected]> Mon, 1 Jun 2026 22:28:30 -0400
Newsgroups org.yoctoproject.lists.yocto
Message-ID <CAHMZgtkHFgJSQxLMcWkmLgxFXuFM8S3CT=X-T5xAN-axpZA4Gw@mail.gmail.com>
Hello everyone!

I wanted to share with you an application that I wrote to make my life
easier interacting with wks files in yocto.

I created a language server and a VSCode extension for providing in
editor documentation, completion, diagnostics, and goto definition for
wks files.

The language server and VSCode extension is available on my github at
https://github.com/anakin4747/wksls.

The extension is not currently in the VSCode marketplace but a .vsix
is available on the github releases at the same repo (note the
language server isn't written in typescript so it still needs to be
installed separately from the .vsix).

I hope you find it as useful as I do!

Thanks,
Anakin Childerhose