get-search-view-results
Get the current search results from the Search view in VS Code
Getting Search View Results
- VS Code has a search view, and it can have existing search results.
- To get the current search results, you can use the VS Code command
search.action.getSearchResults. - Run that command via the
copilot_runVscodeCommandtool. Make sure to pass theskipCheckargument as true to avoid checking if the command exists, as we know it does.
Loading supporting files
microsoft/vscode-copilot-chat · MIT · Revision 5863f5a70889
Be the first to comment
Share what worked or leave a question for the creator.