Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-system/system4.conversation.json
13397 views
1
[
2
{
3
"question": "What operating system am I using?",
4
"stateFile": "./workspaceState.state.json",
5
"keywords": {
6
"allOf": ["Linux"]
7
}
8
},
9
{
10
"question": "What is the keyboard shortcut used for printing a webpage?",
11
"stateFile": "./workspaceState.state.json",
12
"keywords": {
13
"allOf": ["Ctrl"],
14
"not": ["Cmd", "Command"]
15
}
16
}
17
]
18