8000 Scope activation to only *.ino files · kopp/vscode-arduino@239585d · GitHub
[go: up one dir, main page]

Skip to content

Commit 239585d

Browse files
authored
Scope activation to only *.ino files
1 parent fb3b51e commit 239585d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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)
0