mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Start enforcing the tunnels API (#163187)
* Start enforcing the tunnels API * Fix API test
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"license": "MIT",
|
||||
"enableProposedApi": true,
|
||||
"enabledApiProposals": [
|
||||
"resolvers"
|
||||
"resolvers",
|
||||
"tunnels"
|
||||
],
|
||||
"private": true,
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user