mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +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:
@@ -7,9 +7,11 @@
|
||||
"publisher": "vscode",
|
||||
"license": "MIT",
|
||||
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
||||
"enableProposedApi": true,
|
||||
"enabledApiProposals": [
|
||||
"languageStatus"
|
||||
"inlayHints",
|
||||
"languageStatus",
|
||||
"resolvers",
|
||||
"workspaceTrust"
|
||||
],
|
||||
"capabilities": {
|
||||
"virtualWorkspaces": {
|
||||
|
||||
Reference in New Issue
Block a user