Drop into text editor api proposal (#143334)

* Add drop into editor api proposal

For #142990

* Use AsyncEmitter
This commit is contained in:
Matt Bierner
2022-03-18 10:32:11 -08:00
committed by GitHub
parent b906904089
commit bfc026b97a
29 changed files with 402 additions and 121 deletions

View File

@@ -15,6 +15,9 @@
"categories": [
"Programming Languages"
],
"enabledApiProposals": [
"textEditorDrop"
],
"activationEvents": [
"onLanguage:markdown",
"onCommand:markdown.preview.toggleLock",