mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Start the extension when rust-analyzer status is run
This commit is contained in:
parent
b42b7450a2
commit
377ee9d333
1 changed files with 3 additions and 1 deletions
|
@ -44,7 +44,9 @@
|
||||||
"vscode": "^1.1.26"
|
"vscode": "^1.1.26"
|
||||||
},
|
},
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"onLanguage:rust"
|
"onLanguage:rust",
|
||||||
|
"onCommand:rust-analyzer.analyzerStatus",
|
||||||
|
"onCommand:rust-analyzer.collectGarbage"
|
||||||
],
|
],
|
||||||
"main": "./out/extension",
|
"main": "./out/extension",
|
||||||
"contributes": {
|
"contributes": {
|
||||||
|
|
Loading…
Reference in a new issue