Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-scenario-search/search11.testArgs.json
13397 views
1
{
2
"question": "css background color attributes",
3
"exampleIncludeGlobs": [ "*.css" ],
4
"queryShouldFind": [
5
[ "style.css", [
6
"background-color",
7
"background-color"
8
] ]
9
]
10
}
11