Skip to content

fix: use entry.lspconfig_name instead of entry.mason_pkg for the ensure_installed list#5

Merged
aayank13 merged 1 commit into
assemblyarc:mainfrom
aayank13:lspconfig_name-issue
Apr 25, 2026
Merged

fix: use entry.lspconfig_name instead of entry.mason_pkg for the ensure_installed list#5
aayank13 merged 1 commit into
assemblyarc:mainfrom
aayank13:lspconfig_name-issue

Conversation

@aayank13

@aayank13 aayank13 commented Apr 25, 2026

Copy link
Copy Markdown
Member

The bug: lsp.rs codegen puts entry.mason_pkg directly into ensure_installed, but ensure_installed requires lspconfig server names (e.g. rust_analyzer, ts_ls), not mason package names (e.g. rust-analyzer, typescript-language-server).

Fix: In lsp.rs use entry.lspconfig_name instead of entry.mason_pkg for the ensure_installed list.

Closes: #3

@aayank13 aayank13 merged commit c8acc45 into assemblyarc:main Apr 25, 2026
1 check failed
@aayank13 aayank13 deleted the lspconfig_name-issue branch April 25, 2026 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

lsp not properly implemented

1 participant