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

svelte-vscode adds all node_modules symbols in "Go to Symbols in Workspace" (F4) #2672

Open
wizmer opened this issue Jan 23, 2025 · 0 comments
Labels
bug Something isn't working Fixed Fixed in master branch. Pending production release.

Comments

@wizmer
Copy link

wizmer commented Jan 23, 2025

Describe the bug

Activating the svelte-vscode extension pollutes the "Go to Symbols in Workspace" search by adding all symbols from node_modules.

Without vscode-svelte:

Image

With vscode-svelte

Image

Reproduction

  • Press F4 (or "Go to Symbols in Workspace") and start entering a few characters.
  • Check whether or not you're seeing results from the node_modules folder
  • Do the same without the svelte-vscode extension and compare the results

Expected behaviour

There should not be any results from node_modules

System Info

  • OS: Ubuntu
  • IDE: VSCode

Which package is the issue about?

Svelte for VS Code extension

Additional Information, eg. Screenshots

No response

@wizmer wizmer added the bug Something isn't working label Jan 23, 2025
@jasonlyu123 jasonlyu123 added the Fixed Fixed in master branch. Pending production release. label Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Fixed Fixed in master branch. Pending production release.
Projects
None yet
Development

No branches or pull requests

2 participants