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

Web typings file system triggers FS errors when clicking through breadcrumbs #191719

Open
mjbvz opened this issue Aug 29, 2023 · 0 comments
Open
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug typescript Typescript support issues
Milestone

Comments

@mjbvz
Copy link
Collaborator

mjbvz commented Aug 29, 2023

  1. Set typescript.experimental.tsserver.web.typeAcquisition.enabled: true
  2. Load repo such as https://insiders.vscode.dev/github/mjbvz/vscode-markdown-languageservice
  3. Navigate into the typings for a package such as picomatch
  4. In picomatch.d.ts, click on the breadcrumbs

bug
See errors such as:

Unable to resolve nonexistent file 'vscode-node-modules://github/vscode-vfs/github/mjbvz': Error: Unable to resolve nonexistent file 'vscode-node-modules://github/vscode-vfs/github/mjbvz'
    at s.resolve (https://main.vscode-cdn.net/insider/ebd67244fb2da33ab078bb2baa96106fda29f336/out/vs/workbench/workbench.web.main.js:627:11722)
    at async a.getChildren (https://main.vscode-cdn.net/insider/ebd67244fb2da33ab078bb2baa96106fda29f336/out/vs/workbench/workbench.web.main.js:1900:22440)
    at async https://main.vscode-cdn.net/insider/ebd67244fb2da33ab078bb2baa96106fda29f336/out/vs/workbench/workbench.web.main.js:594:19014
@mjbvz mjbvz added bug Issue identified by VS Code Team member as probable bug typescript Typescript support issues labels Aug 29, 2023
@mjbvz mjbvz added this to the September 2023 milestone Aug 29, 2023
@mjbvz mjbvz self-assigned this Aug 29, 2023
@mjbvz mjbvz modified the milestones: September 2023, October 2023 Sep 26, 2023
@mjbvz mjbvz modified the milestones: October 2023, November 2023 Oct 24, 2023
@mjbvz mjbvz modified the milestones: November 2023, December 2023 Nov 21, 2023
@mjbvz mjbvz modified the milestones: December / January 2024, February 2024 Jan 22, 2024
@mjbvz mjbvz modified the milestones: February 2024, Backlog Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug typescript Typescript support issues
Projects
None yet
Development

No branches or pull requests

1 participant