You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: /
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
logger
variable is incorrect.Open Developer Tools and you will see the following error logs in the console:
If you then delete the codes and rewrite them, you can also see these errors:
The text was updated successfully, but these errors were encountered: