We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Versions
vscode: 1.95.0 deno: 2.0.3 extension: 3.42.0
The text was updated successfully, but these errors were encountered:
My intellisense is even more bloated:
I'm on Deno 2.0.5 rest are same as yours.
Sorry, something went wrong.
nayeemrmn
No branches or pull requests
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
Symbols.mp4
Versions
vscode: 1.95.0 deno: 2.0.3 extension: 3.42.0
The text was updated successfully, but these errors were encountered: