forked from microsoft/azuredatastudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.json
92 lines (92 loc) · 3.33 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"nameShort": "azuredatastudio",
"nameLong": "Azure Data Studio",
"applicationName": "azuredatastudio",
"dataFolderName": ".azuredatastudio",
"win32MutexName": "azuredatastudio",
"licenseName": "Microsoft EULA",
"licenseUrl": "https://raw.githubusercontent.com/microsoft/azuredatastudio/main/LICENSE.txt",
"win32DirName": "Azure Data Studio",
"win32NameVersion": "Azure Data Studio",
"win32RegValueName": "azuredatastudio",
"win32AppId": "{{760C8610-682F-4E9B-9C9C-4E1120308DF2}",
"win32arm64AppId": "{{D1ACE434-89C5-48D1-88D3-E2991DF85479}",
"win32x64AppId": "{{6591F69E-6588-4980-81ED-C8FCBD7EC4B8}",
"win32UserAppId": "{{EA2AB3AA-446D-450F-9948-AE5768C1161A}",
"win32x64UserAppId": "{{1F0FD1CE-9703-4734-8F50-5B5CEEDAE6B9}",
"win32arm64UserAppId": "{{3AEBF0C8-F733-4AD4-BADE-FDB816D53D7D}",
"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",
"requestFeatureUrl": "https://go.microsoft.com/fwlink/?linkid=2118021",
"privacyStatementUrl": "https://privacy.microsoft.com/privacystatement",
"telemetryOptOutUrl": "https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting",
"urlProtocol": "azuredatastudio-oss",
"enableTelemetry": true,
"npsSurveyUrl": "https://aka.ms/azuredatastudio-nps",
"aiConfig": {
"asimovKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e"
},
"sendASmile": {
"reportIssueUrl": "https://github.com/Microsoft/azuredatastudio/issues/new",
"requestFeatureUrl": "https://go.microsoft.com/fwlink/?linkid=2118115"
},
"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.59.0",
"commit": "9ca6200018fc206d67a47229f991901a8a453781",
"date": "2017-12-15T12:00:00.000Z",
"recommendedExtensions": [
"Microsoft.admin-pack",
"Microsoft.admin-tool-ext-win",
"Microsoft.agent",
"Microsoft.arc",
"Microsoft.azcli",
"Microsoft.azuredatastudio-postgresql",
"Microsoft.azurehybridtoolkit",
"Microsoft.cms",
"Microsoft.dacpac",
"Microsoft.import",
"Microsoft.managed-instance-dashboard",
"Microsoft.powershell",
"Microsoft.profiler",
"Microsoft.query-history",
"Microsoft.schema-compare",
"Microsoft.sql-assessment",
"Microsoft.datavirtualization",
"Microsoft.sql-database-projects",
"Microsoft.sql-migration",
"Microsoft.machine-learning",
"Redgate.sql-prompt",
"Redgate.sql-search",
"SentryOne.plan-explorer"
],
"recommendedExtensionsByScenario": {
"visualizerExtensions": [
"msrvida.azdata-sanddance"
]
},
"extensionAllowedProposedApi": [
"ms-vscode.vscode-js-profile-flame",
"ms-vscode.vscode-js-profile-table",
"ms-vscode.remotehub",
"ms-vscode.remotehub-insiders",
"GitHub.remotehub",
"GitHub.remotehub-insiders"
],
"extensionsGallery": {
"version": "0.0.76",
"serviceUrl": "https://sqlopsextensions.blob.core.windows.net/marketplace/v1/extensionsGallery.json"
},
"builtInExtensions": [
{
"name": "Microsoft.sqlservernotebook",
"version": "0.5.0",
"repo": "https://github.com/microsoft/azuredatastudio"
}
]
}