mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
"name": "simple-browser",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"enableProposedApi": true,
|
||||
"enabledApiProposals": [
|
||||
"externalUriOpener"
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"icon": "media/icon.png",
|
||||
"publisher": "vscode",
|
||||
|
||||
Reference in New Issue
Block a user