-
-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add language-server-bitbake #6103
Conversation
c7d153c
to
aa56f99
Compare
Is there something missing from me for this to be reviewed? |
Nope, it just takes some tie until William foes through all the prs in here. Just wait a bit, even though three weeks is pretty long already |
All good. I just wanted to make sure I didn't miss something. |
Until the BitBake LSP has been merged into Mason [1], use the system version. [1]: mason-org/mason-registry#6103
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
* origin/main: (1913 commits) feat: add jayvee-language-server (mason-org#6160) bump(vsg): update to v3.28.0 (mason-org#8293) bump(language-server-bitbake): update to v2.7.0 (mason-org#8292) feat: Add brunette package.yaml file for Python code formatter (mason-org#6132) feat: add language-server-bitbake (mason-org#6103) feat: add VSG (a verilog formatter by jeremiah-c-leary/vhdl-style-guide) (mason-org#6110) feat: add stree (mason-org#5871) feat: add xcbeautify (mason-org#5923) bump(terraform-ls): update to v0.36.3 (mason-org#8291) bump(elp): update to v2024-12-09 (mason-org#8167) bump(sonarlint-language-server): update to v4.14.0 (mason-org#8122) bump(php-cs-fixer): update to v3.65.0 (mason-org#8027) bump(swiftlint): update to v0.57.1 (mason-org#8024) bump(ada-language-server): update to v26 (mason-org#7970) bump(jdtls): update to v1.43.0 (mason-org#8066) bump(stylua): update to v2 (mason-org#7959) chore(cuepls): add deprecation message (mason-org#8285) bump(pretty-php): update to v0.4.82 (mason-org#8286) bump(jdtls): upgrade 1.41.0 -> 1.42.0 (mason-org#8072) bump(clojure-lsp): update to v2024.11.08-17.49.29 (mason-org#7896) ...
Describe your changes
This commit adds a language server for BitBake, which is documented here and is also available as an npm package here. The language server is already implemented in nvim-lspconfig as bitbake_ls.
Issue ticket number and link
Checklist before requesting a review
Tested installation via
:Mason
after pointing at a local registry with:Tested the language server itself with:
Screenshots