Files
azuredatastudio/product.json
Karl Burtram cd0d0f911b Feature/extension recommendations (#977)
* Add whoisactive and server-reports to the extension recommendations

* For some reason only first two show in recommendations pane
2018-03-23 17:20:47 -07:00

40 lines
1.7 KiB
JSON

{
"nameShort": "sqlops",
"nameLong": "SQL Operations Studio",
"applicationName": "sqlops",
"dataFolderName": ".sqlops",
"win32MutexName": "sqlopsstudio",
"licenseName": "Microsoft EULA",
"licenseUrl": "https://github.com/Microsoft/sqlopsstudio/blob/master/LICENSE.txt",
"win32DirName": "SQL Operations Studio",
"win32NameVersion": "SQL Operations Studio",
"win32RegValueName": "sqlops",
"win32AppId": "{{E34003BB-9E10-4501-8C11-1234AA83F23F}",
"win32x64AppId": "{{EA457B21-9E10-494C-ACAB-1234DE069978}",
"win32AppUserModelId": "Microsoft.sqlops",
"win32ShellNameShort": "SQL Operations Studio",
"darwinBundleIdentifier": "com.sqlopsstudio.oss",
"reportIssueUrl": "https://github.com/Microsoft/sqlopsstudio/issues/new?labels=customer%20reported%20issue",
"requestFeatureUrl": "https://github.com/Microsoft/sqlopsstudio/issues/new?labels=feature-request",
"urlProtocol": "sqlops",
"enableTelemetry": true,
"aiConfig": {
"asimovKey": "AIF-5574968e-856d-40d2-af67-c89a14e76412"
},
"sendASmile": {
"reportIssueUrl": "https://github.com/Microsoft/sqlopsstudio/issues/new?labels=customer%20reported%20issue",
"requestFeatureUrl": "https://github.com/Microsoft/sqlopsstudio/issues/new?labels=feature-request"
},
"releaseNotesUrl": "https://go.microsoft.com/fwlink/?linkid=862039",
"documentationUrl": "https://go.microsoft.com/fwlink/?linkid=862277",
"commit": "9ca6200018fc206d67a47229f991901a8a453781",
"date": "2017-12-15T12:00:00.000Z",
"recommendedExtensions": [
"Microsoft.agent",
"Microsoft.whoisactive",
"Microsoft.server-report"
],
"extensionsGallery": {
"serviceUrl": "https://raw.githubusercontent.com/Microsoft/sqlopsstudio/release/extensions/extensionsGallery.json"
}
}