mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
format and add metadata (#10598)
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
},
|
},
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"onCommand:ml.command.managePackages",
|
"onCommand:ml.command.managePackages",
|
||||||
"onCommand:ml.command.predictModel",
|
"onCommand:ml.command.predictModel",
|
||||||
"onCommand:ml.command.importModel",
|
"onCommand:ml.command.importModel",
|
||||||
"onDashboardOpen"
|
"onDashboardOpen"
|
||||||
],
|
],
|
||||||
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt",
|
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt",
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
"colspan": 5,
|
"colspan": 5,
|
||||||
"widget": {
|
"widget": {
|
||||||
"modelview": {
|
"modelview": {
|
||||||
"id":"mls.dashboard"
|
"id": "mls.dashboard"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -149,5 +149,10 @@
|
|||||||
"should": "^13.2.1",
|
"should": "^13.2.1",
|
||||||
"typemoq": "^2.1.0",
|
"typemoq": "^2.1.0",
|
||||||
"vscodetestcover": "github:corivera/vscodetestcover#1.0.6"
|
"vscodetestcover": "github:corivera/vscodetestcover#1.0.6"
|
||||||
|
},
|
||||||
|
"__metadata": {
|
||||||
|
"id": "65",
|
||||||
|
"publisherDisplayName": "Microsoft",
|
||||||
|
"publisherId": "Microsoft"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user