forked from microsoft/azuredatastudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.json
38 lines (38 loc) · 1.63 KB
/
product.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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",
"extensionsGallery": {
"serviceUrl":"https://raw.githubusercontent.com/Microsoft/sqlopsstudio/release/extensions/extensionsGallery.json"
},
"extensionTips": {
"TestExtension": "{**/*.*}"
}
}