-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
LSP actions use @deno-types
instead pf @ts-types
#27309
Comments
I will pick this up |
Where do I get more information about Deno's documentation still references |
We used to have this note in the docs:
But we accidentally removed it at some point. We are fixing it in denoland/docs#1256
So this change happened at Deno v1.43.0 (but apparently we didn't communicate this very well...) |
@skeithtan After denoland/docs#1256 was merged, the docs page with the information is at the following URL: https://docs.deno.com/runtime/reference/ts_config_migration/#providing-types-when-importing |
LSP code actions use
@deno-types
for adding types to the import statement. These should be replaced with@ts-types
as@ts-types
is now more recommended than@deno-types
Version: Deno 2.1.3
The text was updated successfully, but these errors were encountered: