Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 69d5474

Browse files
committed
Add extension activation event for "Cargo.toml"
1 parent 341814a commit 69d5474

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
],
3535
"preview": true,
3636
"activationEvents": [
37-
"onLanguage:rust"
37+
"onLanguage:rust",
38+
"workspaceContains:Cargo.toml"
3839
],
3940
"main": "./out/src/extension",
4041
"scripts": {

0 commit comments

Comments
 (0)