Files
vscode/extensions/copilot/test/simulation/fixtures/explain-project-context/package.json
T
kieferrm 333d9a4053 Hello Copilot
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-06-27 11:35:20 +02:00

17 lines
305 B
JSON

{
"name": "javascript",
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.0",
"publisher": "vscode",
"license": "MIT",
"engines": {
"vscode": "0.10.x",
"node": "18.16.0"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}