Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #15153 - tetsuharuohzeki:cleanup-activationEvents, r=lnicola
Clean up `activationEvents` field in vscode extension's package.json By documents, VSCode v1.74 or later activates the extension automatically according to other configurations. See: - https://code.visualstudio.com/api/references/activation-events#onLanguage - https://code.visualstudio.com/docs/languages/identifiers - https://code.visualstudio.com/api/references/activation-events#onCommand - https://code.visualstudio.com/api/references/contribution-points#contributes.commands
bors 2023-06-28
parent 7c8ae35 · parent 682f90c · commit b2ddf14
-rw-r--r--editors/code/package.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 329fb849f0..a9b0bfddd7 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -64,11 +64,6 @@
"vsce": "^2.9.2"
},
"activationEvents": [
- "onLanguage:rust",
- "onCommand:rust-analyzer.analyzerStatus",
- "onCommand:rust-analyzer.memoryUsage",
- "onCommand:rust-analyzer.reloadWorkspace",
- "onCommand:rust-analyzer.startServer",
"workspaceContains:*/Cargo.toml",
"workspaceContains:*/rust-project.json"
],