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:
@@ -18,7 +18,9 @@
|
||||
"supported": true
|
||||
}
|
||||
},
|
||||
"enableProposedApi": true,
|
||||
"enabledApiProposals": [
|
||||
"terminalDataWriteEvent"
|
||||
],
|
||||
"main": "./out/extension",
|
||||
"scripts": {
|
||||
"compile": "gulp compile-extension:debug-server-ready",
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"../../src/vscode-dts/vscode.d.ts",
|
||||
"../../src/vscode-dts/vscode.proposed.*.d.ts",
|
||||
"../../src/vscode-dts/vscode.proposed.terminalDataWriteEvent.d.ts",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user