-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Regression: TypeScript with Yarn PnP configuration not working in Zed v0.154.2 #18410
Comments
Any update on this? This is a showstopper for me, as it totally breaks TypeScript projects with Yarn PnP. |
any update on this ? i cannot use ZED for my project :( |
Any workarounds for this? |
Also add |
Had the a similar issue with Just had a look again on their doc here, I think they've changed the key in the Anyway, changing to
|
Hi, thank you @ZayneLiu, your solution works! Someone should update the documentation to reflect this. |
hey @ZayneLiu solution did not solve this! also in vtsls I could not find option called importModuleSpecifier did anyone else have the same problem? |
hey I got it working!
global install typescript-language-server Give a thumbs up its will heal my sole and make my 45 min worth it! |
My use case is not the same as stated in the issue, but the solution applies, as long as the config passed matches vtsls schema. |
Thx @ZayneLiu I missed it; I don't know why It did not work! my solution is so much annoying! |
Having the same issues all the suddenly, not even using typescript in some projects where this appears. |
Check for existing issues
Describe the bug / provide steps to reproduce it
After upgrading to Zed v0.154.2, the TypeScript Yarn Plug'n'Play (PnP) configuration in local project settings (.zed/settings.json) stopped working. This setup was functional in Zed v0.153.7, but the recent update seems to have reverted the fix, causing the language server to ignore the local project settings.
Here is the local settings configuration that is not working:
Steps to Reproduce:
Expected Behavior:
The language server should pick up the configuration from the local project's .zed/settings.json and correctly use the specified TypeScript SDK path.
Actual Behavior:
The language server ignores the local .zed/settings.json settings. This results in the failure of the expected functionality in the project environment.
Additional Notes:
Related issues
Environment
Zed: v0.154.2 (Zed)
OS: macOS 15.0.0
Memory: 16 GiB
Architecture: x86_64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
No response
The text was updated successfully, but these errors were encountered: