You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: package.json
+3-5
Original file line number
Diff line number
Diff line change
@@ -482,11 +482,9 @@
482
482
"description": "Path to a script relative to 'arduino.path', you can use a custom launch script to run Arduino by modifying this setting. Example: 'run-arduino.bat' for Windows, 'Contents/MacOS/run-arduino.sh' for Mac, 'bin/run-arduino.sh' for Linux. (Requires a restart after change)"
483
483
},
484
484
"arduino.additionalUrls": {
485
-
"type": [
486
-
"string",
487
-
"array"
488
-
],
489
-
"description": "Additional URLs for 3-rd party packages. You can have multiple URLs in one string with comma(,) as separator, or have a string array."
485
+
"type": "array",
486
+
"items": { "type": "string" },
487
+
"description": "Additional URLs for 3rd party packages."
0 commit comments