Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-new-workspace/newWorkspace9.conversation.json
13397 views
1
[
2
{
3
"question": "/new create a Typescript app which uses #selection and allows users to perform calculations. Create a seperate file for each calculation and add in files for any arithmetic operations not included.",
4
"description": "/new with #selection variable",
5
"stateFile": "./workspaceState.9.state.json",
6
"keywords": {
7
"allOf": [
8
"add.ts", "subtract.ts", "multiply.ts", "divide.ts"
9
]
10
}
11
}
12
]
13