forked from microsoft/azuredatastudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.json
55 lines (55 loc) · 2.4 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"nameShort": "azuredatastudio",
"nameLong": "Azure Data Studio",
"applicationName": "azuredatastudio",
"dataFolderName": ".azuredatastudio",
"win32MutexName": "azuredatastudio",
"licenseName": "Microsoft EULA",
"licenseUrl": "https://github.com/Microsoft/azuredatastudio/blob/master/LICENSE.txt",
"win32DirName": "Azure Data Studio",
"win32NameVersion": "Azure Data Studio",
"win32RegValueName": "azuredatastudio",
"win32AppId": "{{760C8610-682F-4E9B-9C9C-4E1120308DF2}",
"win32x64AppId": "{{6591F69E-6588-4980-81ED-C8FCBD7EC4B8}",
"win32UserAppId": "{{EA2AB3AA-446D-450F-9948-AE5768C1161A}",
"win32x64UserAppId": "{{1F0FD1CE-9703-4734-8F50-5B5CEEDAE6B9}",
"win32AppUserModelId": "Microsoft.azuredatastudio",
"win32ShellNameShort": "Azure Data Studio",
"darwinBundleIdentifier": "com.azuredatastudio.oss",
"linuxIconName": "com.azuredatastudio.oss",
"licenseFileName": "LICENSE.txt",
"reportIssueUrl": "https://github.com/Microsoft/azuredatastudio/issues/new?labels=customer%20reported%20issue",
"requestFeatureUrl": "https://github.com/Microsoft/azuredatastudio/issues/new?labels=feature-request",
"privacyStatementUrl": "https://privacy.microsoft.com/en-us/privacystatement",
"telemetryOptOutUrl": "https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting",
"urlProtocol": "azuredatastudio",
"enableTelemetry": true,
"aiConfig": {
"asimovKey": "AIF-5574968e-856d-40d2-af67-c89a14e76412"
},
"sendASmile": {
"reportIssueUrl": "https://github.com/Microsoft/azuredatastudio/issues/new?labels=customer%20reported%20issue",
"requestFeatureUrl": "https://github.com/Microsoft/azuredatastudio/issues/new?labels=feature-request"
},
"gettingStartedUrl": "https://go.microsoft.com/fwlink/?linkid=862039",
"releaseNotesUrl": "https://go.microsoft.com/fwlink/?linkid=875578",
"documentationUrl": "https://go.microsoft.com/fwlink/?linkid=862277",
"vscodeVersion": "1.31.1",
"commit": "9ca6200018fc206d67a47229f991901a8a453781",
"date": "2017-12-15T12:00:00.000Z",
"recommendedExtensions": [
"Microsoft.admin-tool-ext-win",
"Microsoft.agent",
"Microsoft.import",
"Microsoft.profiler",
"Microsoft.server-report",
"Microsoft.sql-vnext",
"Microsoft.whoisactive",
"Redgate.sql-search",
"IDERA.sqldm-performance-insights",
"Microsoft.admin-pack"
],
"extensionsGallery": {
"serviceUrl": "https://sqlopsextensions.blob.core.windows.net/marketplace/v1/extensionsGallery.json"
}
}