Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-scenario-search/search23.testArgs.json
13397 views
1
{
2
"question": "words that start with \"get\"",
3
"queryShouldFind": [
4
[ "example.ts", [
5
"getValue",
6
"getValue",
7
"getSalary"
8
] ]
9
]
10
}
11