add repository field for extensions (#8073)

This commit is contained in:
Aditya Bist
2019-10-28 17:41:23 -07:00
committed by GitHub
parent 428745e929
commit 789ee4b133
2 changed files with 8 additions and 0 deletions

View File

@@ -13,6 +13,10 @@
"*"
],
"main": "./out/extension",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git"
},
"contributes": {
"configuration": [
{

View File

@@ -10,6 +10,10 @@
"vscode": "*"
},
"main": "./out/main",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git"
},
"extensionDependencies": [
"vscode.sql"
],