-
Notifications
You must be signed in to change notification settings - Fork 116
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
fail to use go to definition
when physical path requires a resolver
#19
Comments
@mjbvz Is there something we can do here with the single-file language service for TypeScript? |
😁 I've been using it since it was published and it works well. I just want to see this plugin provided by Github and Vscode official teams works well too. |
@mjbvz I would think |
There are actually quite a few file extensions to check, but I don't think you have to worry about path mappings or anything like that when it's unambiguously a relative path. |
Duplicate of microsoft/vscode#146853 |
e.g.
In local repositories, vscode can know the physical path is
./foo.js
or./foo.ts
.But with this plugin it will throw
Unable to open 'foo': Unable to read file 'vscode-vfs://github/**/foo' (Error: Unable to resolve non-existing file 'vscode-vfs://github/**/foo').
The text was updated successfully, but these errors were encountered: