Skip to content

Commit b2ddf14

Browse files
committed
Auto merge of rust-lang#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
2 parents 7c8ae35 + 682f90c commit b2ddf14

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

editors/code/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@
6464
"vsce": "^2.9.2"
6565
},
6666
"activationEvents": [
67-
"onLanguage:rust",
68-
"onCommand:rust-analyzer.analyzerStatus",
69-
"onCommand:rust-analyzer.memoryUsage",
70-
"onCommand:rust-analyzer.reloadWorkspace",
71-
"onCommand:rust-analyzer.startServer",
7267
"workspaceContains:*/Cargo.toml",
7368
"workspaceContains:*/rust-project.json"
7469
],

0 commit comments

Comments
 (0)