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

TS Support For Web #205286

Closed
cemalgnlts opened this issue Feb 15, 2024 · 1 comment
Closed

TS Support For Web #205286

cemalgnlts opened this issue Feb 15, 2024 · 1 comment
Assignees

Comments

@cemalgnlts
Copy link

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.86.1

Steps to Reproduce:

  1. Open the sample repo with vscode.dev (https://vscode.dev/github/cemalgnlts/vscode-ts-support).
  2. you will see that the type of the logger variable is incorrect.

Open Developer Tools and you will see the following error logs in the console:

Error: Could not read file outside of project root /vscode-vfs/github/cemalgnlts/node_modules
Error: Could not read file outside of project root /vscode-vfs/github/cemalgnlts
Error: Could not read file outside of project root /vscode-vfs/github/cemalgnlts/node_modules/@types

If you then delete the codes and rewrite them, you can also see these errors:

[Extension Host] no package at path /cemalgnlts/vscode-ts-support/node_modules/logger/index.d.ts /cemalgnlts/vscode-ts-support/node_modules/logger

---

Error: Invalid path: /vscode-vfs
Error: Invalid path: /
@mjbvz
Copy link
Collaborator

mjbvz commented Feb 21, 2024

Duplicate of #182791

@mjbvz mjbvz marked this as a duplicate of #182791 Feb 21, 2024
@mjbvz mjbvz closed this as completed Feb 21, 2024
@microsoft microsoft locked and limited conversation to collaborators Jun 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@mjbvz @cemalgnlts and others