Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 0890134

Browse files
authored
Merge pull request #1484 from microsoft/dev/bemcmorr/ino-activation
Scope activation to only *.ino files
2 parents fb3b51e + 239585d commit 0890134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"C++"
3434
],
3535
"activationEvents": [
36-
"onLanguage:cpp",
36+
"workspaceContains:**/*.ino",
3737
"onCommand:arduino.verify",
3838
"onCommand:arduino.upload",
3939
"onCommand:arduino.cliUpload",

0 commit comments

Comments
 (0)