diff options
-rw-r--r-- | editors/code/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 0a1e84b4a..3834f2847 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -46,7 +46,8 @@ | |||
46 | "activationEvents": [ | 46 | "activationEvents": [ |
47 | "onLanguage:rust", | 47 | "onLanguage:rust", |
48 | "onCommand:rust-analyzer.analyzerStatus", | 48 | "onCommand:rust-analyzer.analyzerStatus", |
49 | "onCommand:rust-analyzer.collectGarbage" | 49 | "onCommand:rust-analyzer.collectGarbage", |
50 | "workspaceContains:**/Cargo.toml" | ||
50 | ], | 51 | ], |
51 | "main": "./out/extension", | 52 | "main": "./out/extension", |
52 | "contributes": { | 53 | "contributes": { |