Remove more implicit activation events from built-in extensions (#172838)

This commit is contained in:
Matt Bierner
2023-01-30 17:25:56 -08:00
committed by GitHub
parent b8ef25af1c
commit 4630d8e4de
4 changed files with 2 additions and 27 deletions
@@ -20,20 +20,9 @@
],
"activationEvents": [
"onLanguage:markdown",
"onCommand:markdown.preview.toggleLock",
"onCommand:markdown.preview.refresh",
"onCommand:markdown.showPreview",
"onCommand:markdown.showPreviewToSide",
"onCommand:markdown.showLockedPreviewToSide",
"onCommand:markdown.showSource",
"onCommand:markdown.showPreviewSecuritySelector",
"onCommand:markdown.api.render",
"onCommand:markdown.api.reloadPlugins",
"onCommand:markdown.findAllFileReferences",
"onCommand:markdown.editor.insertLinkFromWorkspace",
"onCommand:markdown.editor.insertImageFromWorkspace",
"onWebviewPanel:markdown.preview",
"onCustomEditor:vscode.markdown.preview.editor"
"onWebviewPanel:markdown.preview"
],
"capabilities": {
"virtualWorkspaces": true,
+1 -7
View File
@@ -19,13 +19,7 @@
"categories": [
"Other"
],
"activationEvents": [
"onCustomEditor:imagePreview.previewEditor",
"onCommand:imagePreview.zoomIn",
"onCommand:imagePreview.zoomOut",
"onCustomEditor:vscode.audioPreview",
"onCustomEditor:vscode.videoPreview"
],
"activationEvents": [],
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
-1
View File
@@ -23,7 +23,6 @@
"workspace"
],
"activationEvents": [
"onCommand:simpleBrowser.show",
"onCommand:simpleBrowser.api.open",
"onOpenExternalUri:http",
"onOpenExternalUri:https",
@@ -57,17 +57,10 @@
"onLanguage:typescript",
"onLanguage:typescriptreact",
"onLanguage:jsx-tags",
"onCommand:typescript.reloadProjects",
"onCommand:javascript.reloadProjects",
"onCommand:typescript.selectTypeScriptVersion",
"onCommand:javascript.goToProjectConfig",
"onCommand:typescript.goToProjectConfig",
"onCommand:typescript.openTsServerLog",
"onCommand:typescript.tsserverRequest",
"onCommand:_typescript.configurePlugin",
"onCommand:_typescript.learnMoreAboutRefactorings",
"onCommand:typescript.fileReferences",
"onCommand:typescript.goToSourceDefinition",
"onTaskType:typescript",
"onLanguage:jsonc",
"onWalkthrough:nodejsWelcome"