mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 08:06:04 +00:00
66b6adf035
* Switch webview service-worker to use message channel This change hooks the service worker used for loading webview resources directly up to the main VS Code process over a message channel. Previously this communication had to go through an extra hop through the webview This simplifies the logic somewhat (although this change required adding extra logic to exchange the message port). It also improves performance a little * Update webview content commit version
97 lines
3.2 KiB
JSON
97 lines
3.2 KiB
JSON
{
|
|
"nameShort": "Code - OSS",
|
|
"nameLong": "Code - OSS",
|
|
"applicationName": "code-oss",
|
|
"dataFolderName": ".vscode-oss",
|
|
"win32MutexName": "vscodeoss",
|
|
"licenseName": "MIT",
|
|
"licenseUrl": "https://github.com/microsoft/vscode/blob/main/LICENSE.txt",
|
|
"serverGreeting": [],
|
|
"serverLicense": [],
|
|
"serverLicensePrompt": "",
|
|
"win32DirName": "Microsoft Code OSS",
|
|
"win32NameVersion": "Microsoft Code OSS",
|
|
"win32RegValueName": "CodeOSS",
|
|
"win32AppId": "{{E34003BB-9E10-4501-8C11-BE3FAA83F23F}",
|
|
"win32x64AppId": "{{D77B7E06-80BA-4137-BCF4-654B95CCEBC5}",
|
|
"win32arm64AppId": "{{D1ACE434-89C5-48D1-88D3-E2991DF85475}",
|
|
"win32UserAppId": "{{C6065F05-9603-4FC4-8101-B9781A25D88E}",
|
|
"win32x64UserAppId": "{{CC6B787D-37A0-49E8-AE24-8559A032BE0C}",
|
|
"win32arm64UserAppId": "{{3AEBF0C8-F733-4AD4-BADE-FDB816D53D7B}",
|
|
"win32AppUserModelId": "Microsoft.CodeOSS",
|
|
"win32ShellNameShort": "C&ode - OSS",
|
|
"darwinBundleIdentifier": "com.visualstudio.code.oss",
|
|
"linuxIconName": "com.visualstudio.code.oss",
|
|
"licenseFileName": "LICENSE.txt",
|
|
"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
|
|
"urlProtocol": "code-oss",
|
|
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-webview.net/insider/69df0500a8963fc469161c038a14a39384d5a303/out/vs/workbench/contrib/webview/browser/pre/",
|
|
"extensionAllowedProposedApi": [
|
|
"ms-vscode.vscode-js-profile-flame",
|
|
"ms-vscode.vscode-js-profile-table",
|
|
"GitHub.remotehub",
|
|
"GitHub.remotehub-insiders"
|
|
],
|
|
"builtInExtensions": [
|
|
{
|
|
"name": "ms-vscode.references-view",
|
|
"version": "0.0.81",
|
|
"repo": "https://github.com/microsoft/vscode-references-view",
|
|
"metadata": {
|
|
"id": "dc489f46-520d-4556-ae85-1f9eab3c412d",
|
|
"publisherId": {
|
|
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
|
|
"publisherName": "ms-vscode",
|
|
"displayName": "Microsoft",
|
|
"flags": "verified"
|
|
},
|
|
"publisherDisplayName": "Microsoft"
|
|
}
|
|
},
|
|
{
|
|
"name": "ms-vscode.js-debug-companion",
|
|
"version": "1.0.15",
|
|
"repo": "https://github.com/microsoft/vscode-js-debug-companion",
|
|
"metadata": {
|
|
"id": "99cb0b7f-7354-4278-b8da-6cc79972169d",
|
|
"publisherId": {
|
|
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
|
|
"publisherName": "ms-vscode",
|
|
"displayName": "Microsoft",
|
|
"flags": "verified"
|
|
},
|
|
"publisherDisplayName": "Microsoft"
|
|
}
|
|
},
|
|
{
|
|
"name": "ms-vscode.js-debug",
|
|
"version": "1.62.0",
|
|
"repo": "https://github.com/microsoft/vscode-js-debug",
|
|
"metadata": {
|
|
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
|
"publisherId": {
|
|
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
|
|
"publisherName": "ms-vscode",
|
|
"displayName": "Microsoft",
|
|
"flags": "verified"
|
|
},
|
|
"publisherDisplayName": "Microsoft"
|
|
}
|
|
},
|
|
{
|
|
"name": "ms-vscode.vscode-js-profile-table",
|
|
"version": "0.0.18",
|
|
"repo": "https://github.com/microsoft/vscode-js-profile-visualizer",
|
|
"metadata": {
|
|
"id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb",
|
|
"publisherId": {
|
|
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
|
|
"publisherName": "ms-vscode",
|
|
"displayName": "Microsoft",
|
|
"flags": "verified"
|
|
},
|
|
"publisherDisplayName": "Microsoft"
|
|
}
|
|
}
|
|
]
|
|
}
|