-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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]: Go-to Definition fails in VSCode 1.61 #3539
Comments
Tracked on VSCode at microsoft/vscode#134304 I'm working on updating the SDK, but some of those new path formats are a little strange and may require some time to get right |
Thanks, @arcanis! In the mean time, the August 2021 release of VSCode is working for me: https://code.visualstudio.com/updates/v1_60. |
Thanks man! I confirm that this is a termporary workaround which works. |
The fix has been released, you can run the following to update the SDK
|
It doesnt seem to work - every time i run it, it says it updated to the vscode version but clearly it doesnt because running again yields same resul tand zipfs doesn twork? |
Self-service
Describe the bug
After updating vscode to 1.61.0, the go-to definition gets error.
Unable to open 'fs.d.ts': Unable to read file '/^zip:/home/yxl/yarn-zipfs-bug/.yarn/cache/@types-node-npm-16.10.3-ae1d2f8739-3fd429bce8.zip/node_modules/@types/node/fs.d.ts' (Error: Unable to resolve nonexistent file '/^zip:/home/yxl/yarn-zipfs-bug/.yarn/cache/@types-node-npm-16.10.3-ae1d2f8739-3fd429bce8.zip/node_modules/@types/node/fs.d.ts').
To reproduce
I create a repo for this:
yarn-zipfs-bug
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: