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

Commit 0f3994f

Browse files
authored
Merge pull request #226 from Aidiakapi/master
Add extension activation event for "Cargo.toml"
2 parents 341814a + 69d5474 commit 0f3994f

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)