mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user