Skip to content

fix: vtsls does not start in monorepo with bun.lock #4007

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

Merged
merged 1 commit into from
Aug 18, 2025

Conversation

Methapon2001
Copy link
Contributor

@Methapon2001 Methapon2001 commented Aug 18, 2025

After #3955, vtsls now detect lock file as root but does not include bun.lock file.

Text-based lockfile

Bun v1.2 changed the default lockfile format to the text-based bun.lock. Existing binary
bun.lockb lockfiles can be migrated to the new format by running bun install --save-text-
lockfile --frozen-lockfile --lockfile-only and deleting bun.lockb.

Reference: bun lock file

Fixes #4006

@justinmk justinmk merged commit a6dbc91 into neovim:master Aug 18, 2025
6 checks passed
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.

vtsls does not start when bun.lock exists in monorepo workspace
2 participants