mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Add support for using the test resolver in the web
This commit is contained in:
@@ -4,10 +4,9 @@
|
||||
"version": "0.0.1",
|
||||
"publisher": "vscode",
|
||||
"license": "MIT",
|
||||
"enableProposedApi": true,
|
||||
"enabledApiProposals": [
|
||||
"resolvers",
|
||||
"tunnels"
|
||||
"tunnels"
|
||||
],
|
||||
"private": true,
|
||||
"engines": {
|
||||
@@ -32,6 +31,7 @@
|
||||
"onCommand:vscode-testresolver.toggleConnectionPause"
|
||||
],
|
||||
"main": "./out/extension",
|
||||
"browser": "./dist/browser/testResolverMain",
|
||||
"devDependencies": {
|
||||
"@types/node": "16.x"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user