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

Commit 298ddaa

Browse files
committed
Introduce new 'arduino.useActiveSketch' property into package.json
This property will provide possibility to verify or compile sketch opened in active tab.
1 parent 19c276f commit 298ddaa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,11 @@
440440
"type": "object",
441441
"title": "Arduino configuration",
442442
"properties": {
443+
"arduino.useActiveSketch": {
444+
"type": "boolean",
445+
"default": false,
446+
"description": "Allows to verify or compile sketch opened in active tab."
447+
},
443448
"arduino.path": {
444449
"type": "string",
445450
"default": "",

0 commit comments

Comments
 (0)