-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
bug: Deno SDK doesn't fully understand the way of installing packages #24064
Comments
Seems like this issue is coming from the default TypeScript Language server. https://zed.dev/docs/languages/deno
|
Ah ok, maybe that works. Can I do it on a per-project basis, because I have other non-Deno projects? |
I think so, in the project settings: |
Ok, I will try and keep you updated |
Summary
Steps to trigger the problem:
deno install npm:pdf.js-extract
)Actual Behavior:
The Deno SDK doesn't find the globally installed package
Expected Behavior:
No error since it is installed and works fine running `deno run dev``
deno.json:
Zed Version and System Specs
Zed: v0.171.5 (Zed)
OS: macOS 15.1.1
Memory: 8 GiB
Architecture: x86_64
The text was updated successfully, but these errors were encountered: