Skip to content

Conversation

@cole-miller
Copy link
Member

@cole-miller cole-miller commented Oct 21, 2025

Don't prepend the worktree root when using an absolute path from Worktree::which, since that does the wrong thing when running in wasmtime given two Windows absolute paths. Also don't pass this path to node, since when npm installed it's a sh/cmd wrapper not a JS file.

Part of #39153, also needs a fix on the vscode-langservers-extracted side (missing shebang for the vscode-html-language-server script).

Release Notes:

  • Fixed Zed failing to run the HTML language server in some cases.
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Oct 21, 2025
@cole-miller cole-miller merged commit bf63ff2 into main Oct 23, 2025
27 checks passed
@cole-miller cole-miller deleted the fix-html-path branch October 23, 2025 02:44
lidm0707 pushed a commit to lidm0707/zed that referenced this pull request Oct 23, 2025
…stries#40832)

Don't prepend the worktree root when using an absolute path from
`Worktree::which`, since that does the wrong thing when running in
wasmtime given two Windows absolute paths. Also don't pass this path to
`node`, since when npm installed it's a sh/cmd wrapper not a JS file.

Part of zed-industries#39153, also needs a fix on the vscode-langservers-extracted
side (missing shebang for the vscode-html-language-server script).

Release Notes:

- Fixed Zed failing to run the HTML language server in some cases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

2 participants