-
Notifications
You must be signed in to change notification settings - Fork 148
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
Resolving global types #797
Comments
Also tried using triple slash directives instead, still no luck... |
This is a known bug, that will be fixed by denoland/deno#11190 |
dsherret
added a commit
to denoland/deno
that referenced
this issue
Mar 30, 2023
Closes denoland/vscode_deno#797 Closes #11190 Closes denoland/vscode_deno#811 Closes denoland/vscode_deno#761 Closes denoland/vscode_deno#585 Closes denoland/vscode_deno#561 Closes denoland/vscode_deno#410
mmastrac
pushed a commit
to denoland/deno
that referenced
this issue
Mar 31, 2023
Closes denoland/vscode_deno#797 Closes #11190 Closes denoland/vscode_deno#811 Closes denoland/vscode_deno#761 Closes denoland/vscode_deno#585 Closes denoland/vscode_deno#561 Closes denoland/vscode_deno#410
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Not sure if this is working as intended but Deno VScode doesn't resolve globally declared types unless the types file is open.
To Reproduce
Expected behavior
I would expect Deno to automatically resolve globally declared types. Maybe it's a performance thing?
Screenshots
Versions
vscode: 1.74.3 deno: 1.30.0 extension: 3.17.0
The text was updated successfully, but these errors were encountered: