修改集成自编译的插件js-debug为内置插件.
This commit is contained in:
parent
8b07c19524
commit
ab4f41f722
19
product.json
19
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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue