Skip to content
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

Symbols are listed twice when Deno is enabled #1202

Open
klaussner opened this issue Oct 31, 2024 · 1 comment
Open

Symbols are listed twice when Deno is enabled #1202

klaussner opened this issue Oct 31, 2024 · 1 comment
Assignees

Comments

@klaussner
Copy link

Describe the bug

When Deno is enabled, symbols in source files are shown twice in the list of symbols.

To reproduce

  1. Open an empty directory in VS Code.
  2. Run the "Deno: Initialize Workspace Configuration" command.
  3. Create a JavaScript file with the content below.
  4. Open the command palette and type "@" to list the symbols.
export function foo() {
  return 42;
}

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

@mr-moon
Copy link

mr-moon commented Nov 6, 2024

My intellisense is even more bloated:

image

I'm on Deno 2.0.5 rest are same as yours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants