Skip to content
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

'Jump to definitions' doesn't work with external dependencies #2

Open
sgwilym opened this issue Jul 15, 2021 · 0 comments
Open

'Jump to definitions' doesn't work with external dependencies #2

sgwilym opened this issue Jul 15, 2021 · 0 comments
Labels
nova-core This issue needs to be fixed in Nova.

Comments

@sgwilym
Copy link
Owner

sgwilym commented Jul 15, 2021

When you request the definition of a third party dependency, the Deno LSP returns a response where the targetUri looks something like this: deno:/https/deno.land/x/vscode_languageserver_types%40v0.1.0/mod.ts (note the deno: schema).

The idea is that you would then issue a deno/virtualTextDocument command which would fetch the value of that uri from the Deno LSP.

But there's no way to override how Nova handles the LSP's response in this case. Logged on the dev forum here.

@sgwilym sgwilym added the nova-core This issue needs to be fixed in Nova. label Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nova-core This issue needs to be fixed in Nova.
Projects
None yet
Development

No branches or pull requests

1 participant