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
In any project where Deno is enabled, all Intellisense features are duplicated: suggestions, type info on hover, go to definition, etc.
Notably, the two suggestions/types are not always identical. The second one usually starts with (loading...), and tends to be less precise (more often any). IN some projects of mine, the second one is stuck on "Loading..." indefinitely.
I am assuming this is because the vs code built-in typescript features also (try) to provide this information. However, when disabling Typescript suggestions in the settings or disabling the builtin typescript extension, both disappear — I am unable to manually selectively disable the built in typescript features.
To Reproduce
Happens on literally any of my Deno projects.
Expected behavior
I expect the Deno extension to disable the builtin Intellisense suggestions.
Screenshots
Versions
vscode: 1.88.0 deno: 1.40.5 extension: v3.36.0
The text was updated successfully, but these errors were encountered:
As far as I can tell, the loading... is produced by the built-in typescript extension, if its typescript language server is slow for some reason.
Update:
The issue still occurs if all installed vs code extensions are disabled except Deno. (Also after quitting+relaunching vs code).
If I also disable the Deno extension, only the (loading...) entry appears, supporting the assumption that that is the suggestion provided by the builtin typescrip features.
It seems to me that on my computer, the Deno extension somehow fails to supress the builtin suggestions.
Describe the bug
In any project where Deno is enabled, all Intellisense features are duplicated: suggestions, type info on hover, go to definition, etc.
Notably, the two suggestions/types are not always identical. The second one usually starts with
(loading...)
, and tends to be less precise (more oftenany
). IN some projects of mine, the second one is stuck on "Loading..." indefinitely.I am assuming this is because the vs code built-in typescript features also (try) to provide this information. However, when disabling Typescript suggestions in the settings or disabling the builtin typescript extension, both disappear — I am unable to manually selectively disable the built in typescript features.
To Reproduce
Happens on literally any of my Deno projects.
Expected behavior
I expect the Deno extension to disable the builtin Intellisense suggestions.
Screenshots


Versions
vscode: 1.88.0 deno: 1.40.5 extension: v3.36.0
The text was updated successfully, but these errors were encountered: