From ab4f41f722603918031a716a4563710ccd618448 Mon Sep 17 00:00:00 2001 From: chriswang521 Date: Fri, 26 May 2023 11:26:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9B=86=E6=88=90=E8=87=AA?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E7=9A=84=E6=8F=92=E4=BB=B6js-debug=E4=B8=BA?= =?UTF-8?q?=E5=86=85=E7=BD=AE=E6=8F=92=E4=BB=B6.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- product.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/product.json b/product.json index 96162fcb..91f4fd8f 100644 --- a/product.json +++ b/product.json @@ -27,6 +27,11 @@ "licenseFileName": "LICENSE.txt", "urlProtocol": "code-oss", "webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/3c8520fab514b9f56070214496b26ff68d1b1cb5/out/vs/workbench/contrib/webview/browser/pre/", + "extensionEnabledApiProposals": { + "KylinIDETeam.js-debug": ["portsAttributes", "findTextInFiles", "workspaceTrust", "resolvers"], + "KylinIDETeam.python": ["quickPickSortByLabel", "testObserver", "notebookEditor"], + "ms-vscode.js-debug-nightly": ["portsAttributes", "findTextInFiles", "workspaceTrust", "resolvers"] + }, "builtInExtensions": [ { "name": "ms-vscode.js-debug-companion", @@ -44,18 +49,18 @@ } }, { - "name": "ms-vscode.js-debug", - "version": "1.68.0", + "name": "KylinIDETeam.js-debug", + "version": "0.1.0", "repo": "https://github.com/microsoft/vscode-js-debug", "metadata": { - "id": "25629058-ddac-4e17-abba-74678e126c5d", + "id": "022ef8fd-86a3-4ef0-afb3-713499c973a2", "publisherId": { - "publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee", - "publisherName": "ms-vscode", - "displayName": "Microsoft", + "publisherId": "8dc4ce0a-1da5-451d-a492-9980286e603e", + "publisherName": "KylinIDETeam", + "displayName": "KylinIDETeam", "flags": "verified" }, - "publisherDisplayName": "Microsoft" + "publisherDisplayName": "KylinIDETeam" } }, {