Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/simulation/fixtures/explain-project-context/package.json
13399 views
1
{
2
"name": "javascript",
3
"displayName": "%displayName%",
4
"description": "%description%",
5
"version": "1.0.0",
6
"publisher": "vscode",
7
"license": "MIT",
8
"engines": {
9
"vscode": "0.10.x",
10
"node": "18.16.0"
11
},
12
"repository": {
13
"type": "git",
14
"url": "https://github.com/microsoft/vscode.git"
15
}
16
}
17
18