mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 02:32:35 -05:00
add repository field for extensions (#8073)
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
"*"
|
||||
],
|
||||
"main": "./out/extension",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/azuredatastudio.git"
|
||||
},
|
||||
"contributes": {
|
||||
"configuration": [
|
||||
{
|
||||
|
||||
@@ -10,6 +10,10 @@
|
||||
"vscode": "*"
|
||||
},
|
||||
"main": "./out/main",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/azuredatastudio.git"
|
||||
},
|
||||
"extensionDependencies": [
|
||||
"vscode.sql"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user