add repository field to extensions package.json

This commit is contained in:
João Moreno
2021-01-29 15:30:45 +01:00
parent 9a5d14e307
commit ec805db5ed
82 changed files with 322 additions and 10 deletions

View File

@@ -2342,5 +2342,9 @@
"@types/mocha": "^8.2.0",
"@types/node": "^12.19.9",
"@types/which": "^1.0.28"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}