Skip to content
Discussion options

You must be logged in to vote

The issue you’re experiencing with search not working in the Query History panel in VS Code (mssql extension 1.28.0) could be due to the following reasons:

Possible Causes & Solutions:

  1. Search Functionality Not Available in Query History

    • As of now, the mssql extension does not support searching within the Query History panel using Ctrl + F.
    • The search feature (Ctrl + F) works in the editor window, but not in panels like Query History.
  2. Workaround: Copy History to a New File

    • If you need to search within your query history, do the following:
      1. Click the Query History panel.
      2. Select all (Ctrl + A) and copy the history (Ctrl + C).
      3. Open a new file in VS Code (Ctrl + N).
      4. Paste the copied que…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Susja
Comment options

Answer selected by Susja
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Ask and answer questions about GitHub features and usage
2 participants