forked from microsoft/azuredatastudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct.json
100 lines (100 loc) · 3.76 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
93
94
95
96
97
98
99
100
{
"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",
"serverGreeting": [],
"serverLicense": [],
"serverLicensePrompt": "",
"serverApplicationName": "code-server-oss",
"serverDataFolderName": ".vscode-server-oss",
"win32DirName": "Azure Data Studio",
"win32NameVersion": "Azure Data Studio",
"win32RegValueName": "azuredatastudio",
"win32AppId": "{{760C8610-682F-4E9B-9C9C-4E1120308DF2}",
"win32arm64AppId": "{{476E9913-B59B-492B-A75A-9C2866AFF86D}",
"win32x64AppId": "{{6591F69E-6588-4980-81ED-C8FCBD7EC4B8}",
"win32UserAppId": "{{EA2AB3AA-446D-450F-9948-AE5768C1161A}",
"win32x64UserAppId": "{{1F0FD1CE-9703-4734-8F50-5B5CEEDAE6B9}",
"win32arm64UserAppId": "{{9312E619-ABD1-458C-84FD-C5F6EA0839DA}",
"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": false,
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-webview.net/insider/69df0500a8963fc469161c038a14a39384d5a303/out/vs/workbench/contrib/webview/browser/pre/",
"npsSurveyUrl": "https://aka.ms/azuredatastudio-nps",
"aiConfig": {
"ariaKey": "29a207bb14f84905966a8f22524cb730-25407f35-11b6-4d4e-8114-ab9e843cb52f-7380"
},
"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.67.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-mysql",
"Microsoft.azuredatastudio-postgresql",
"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",
"ms-dotnettools.dotnet-interactive-vscode",
"ms-toolsai.jupyter"
],
"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"
}
]
}