Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-scenario-search/search17.testArgs.json
13397 views
1
{
2
"question": "replace all 3-digit hex colors with 6 digits",
3
"isRegex": true,
4
"queryShouldFind": [
5
[ "style.css", [
6
"#eee",
7
"#ccc"
8
] ]
9
],
10
"replaceResult": [
11
[ "style.css", "style.replace17.css" ]
12
]
13
}
14