Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-scenario-search/search7.testArgs.json
13397 views
1
{
2
"question": "find all image tags in html files",
3
"isRegex": true,
4
"exampleIncludeGlobs": ["*.html"],
5
"queryShouldFind": [
6
["bar.html", [
7
"img"]]
8
]
9
}
10