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

Enable switching between different workspace symbol search implementations using C_Cpp.experimentalFeatures #12448

Open
sean-mcmanus opened this issue Jul 6, 2024 · 1 comment
Labels

Comments

@sean-mcmanus
Copy link
Collaborator

The different implementations give different fuzzy results and have different performance characteristics.
 
Setting C_Cpp.experimentalFeatures to "enabled" will use the "new" one (which also makes tag parsing faster, fixing #12292).

Setting C_Cpp.experimentalFeatures to "disabled" will use the implementation from 1.19.x.

Setting C_Cpp.experimentalFeatures to "default" will select one for certain users based on whatever the experiment is currently set to.

@heartacker
Copy link

Setting C_Cpp.experimentalFeatures to "enabled" will use the "new" one (which also makes tag parsing faster, fixing #12292).

great /firework

@sean-mcmanus sean-mcmanus removed their assignment Jul 11, 2024
@sean-mcmanus sean-mcmanus removed this from the 1.21.1 milestone Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Triage
Development

No branches or pull requests

2 participants