Open klaussner opened 3 weeks ago
Describe the bug
When Deno is enabled, symbols in source files are shown twice in the list of symbols.
To reproduce
export function foo() { return 42; }
Expected behavior
The symbol foo is shown once in the list.
foo
Video
If applicable, add screenshots to help explain your problem.
Versions
vscode: 1.95.0 deno: 2.0.3 extension: 3.42.0
My intellisense is even more bloated:
I'm on Deno 2.0.5 rest are same as yours.
Describe the bug
When Deno is enabled, symbols in source files are shown twice in the list of symbols.
To reproduce
Expected behavior
The symbol
foo
is shown once in the list.Video
If applicable, add screenshots to help explain your problem.
Versions
vscode: 1.95.0 deno: 2.0.3 extension: 3.42.0