
get-search-view-results
✓ Official★ 187,144by microsoft · part of microsoft/vscode
Get the current search results from the Search view in VS Code
🔒 Repo-maintenance skill. It exists to help maintain microsoft/vscode itself — it's only useful if you contribute code to that project.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
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.
Copy & paste — that's it
npx skills add https://github.com/microsoft/vscode --skill get-search-view-resultsRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MIT— you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub →