rename custom editor activation event

For #77131

Renames the activation event from `onWebviewEditor` to `onCustomEditor` to be consistent with the reset of the API
This commit is contained in:
Matt Bierner
2020-02-26 10:29:50 -08:00
parent feab34eaf0
commit dc68e6578e
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
"onCommand:markdown.showPreviewSecuritySelector",
"onCommand:markdown.api.render",
"onWebviewPanel:markdown.preview",
"onWebviewEditor:vscode.markdown.preview.editor"
"onCustomEditor:vscode.markdown.preview.editor"
],
"contributes": {
"commands": [