Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-explain/explain.6.conversation.json
13397 views
1
[
2
{
3
"question": "/explain",
4
"description": "includes class definitions from same file",
5
"stateFile": "./explain.6.state.json",
6
"keywords": {
7
"allOf": [
8
"MyClass",
9
"hello"
10
],
11
"not": [
12
"MySecondClass",
13
"greet"
14
]
15
}
16
}
17
]
18