gbrueckl / PowerBI-VSCode

A VSCode extension to manage your PowerBI tenant using the Power BI REST API
MIT License
60 stars 12 forks source link

CTRL + F treeview search is not working #32

Closed johnst101 closed 5 months ago

johnst101 commented 5 months ago

The ability to use CTRL + F to search within the treeviews seems to be broken. When I select a treeview to search in both the 'Workspaces' section as well as the 'Pipelines' section and then enter the command CTRL + F nothing happens or if a file is open, the command opens a search in the file.

Before Command: image

After Command: image

PS: thank you for this amazing extension!

gbrueckl commented 5 months ago

please check this issue https://github.com/gbrueckl/PowerBI-VSCode/issues/30

johnst101 commented 5 months ago

Hello, I have uninstalled and reinstalled the extension as well as restarting VS Code and it still doesn't show up with a search box when selecting CTRL + F.

gbrueckl commented 5 months ago

as mentioned in #30 , this is not related to this extension but to a generic change in VSCode which is described here https://code.visualstudio.com/updates/v1_89#_find-in-trees-keybinding

johnst101 commented 5 months ago

My apologies, I misunderstood the response. Very sorry, and thank you!