You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If I enter debug mode for a query in order to be able to quick-eval inside a shared qlpack and I then select a different db then querying still happens on the prior db
Version
CodeQL extension version: 1.8.8
CodeQL CLI version: 2.14.0
Platform: darwin x64
To reproduce
Go to a .ql file
Right-click -> "CodeQL: Debug Query"
Switch to a different database
Right-click -> "CodeQL: Debug Selection" on any predicate
Expected behavior
I'd expect querying to always happen on the currently selected database.