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

Don't use * activation event #1481

Merged
merged 4 commits into from
Mar 24, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"C++"
],
"activationEvents": [
"*",
"onLanguage:cpp",
"onCommand:arduino.verify",
"onCommand:arduino.upload",
"onCommand:arduino.cliUpload",
"onCommand:arduino.uploadUsingProgrammer",
"onCommand:arduiono.cliUploadUsingProgrammer",
"onCommand:arduino.cliUploadUsingProgrammer",
"onCommand:arduino.rebuildIntelliSenseConfig",
"onCommand:arduino.selectProgrammer",
"onCommand:arduino.selectSerialPort",
Expand Down