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
If the user tries to change the sort order on a column of result set #select, the cli command succeeds, but then we try to load the bqrs file vscode-resource://file///tmp/queries_32264YgpJhLjEyJiL/sortedResults0-%23select.bqrs
where note %23 is the urlencoded version of #. Either we need to double-escape the %, or there's something fishy going on with vscode-resource url translation upstream.