Open
Description
π What did you see?
Every time I "go to definition" of a step, a reindexing is scheduled which completely blocks VS code features, making it unusable.
β What did you expect to see?
Reindexing should happen when a step definition file changes, or on window reload or on demand. For larger projects I would prefer the indexation happening once when the editor starts and it can be reindexed manually with "Reload window".
π¦ Which tool/library version are you using?
Visual Studio Code: 1.85.2
[email protected]
[email protected]
π¬ How could we reproduce it?
Open output channel for "Cucumber Language Server"
Right-click over a feature step and select "Go to Definition", alternatively click the step while pressing down cmd key.