mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Introduce editContext.d.ts and renames isInputElement to isEditableElement to consider elements with an edit context. (#227596)
* Introduce editContext.d.ts and renames isInputElement to isEditableElement to consider elements with an edit context. * Fixes CI
This commit is contained in:
committed by
GitHub
parent
7d0831a9b9
commit
0deacd4b60
@@ -20,6 +20,7 @@
|
||||
"typings/thenable.d.ts",
|
||||
"typings/vscode-globals-product.d.ts",
|
||||
"typings/vscode-globals-nls.d.ts",
|
||||
"typings/editContext.d.ts",
|
||||
"vs/loader.d.ts",
|
||||
"vs/monaco.d.ts",
|
||||
"vs/editor/*",
|
||||
|
||||
Reference in New Issue
Block a user