8000 update arduino.path instruction (#642) · lindig/vscode-arduino@a9a04c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit a9a04c0

Browse files
authored
update arduino.path instruction (microsoft#642)
* update arduino.path instruction * use <username
1 parent 3968b4a commit a9a04c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following Visual Studio Code settings are available for the Arduino extensio
6868
"arduino.defaultBaudRate": 115200
6969
}
7070
```
71-
- `arduino.path` - Path to Arduino, you can use a custom version of Arduino by modifying this setting to include the full path. Example: `C:\\Program Files\\Arduino` for Windows, `/Applications` for Mac, `/home/$user/Downloads/arduino-1.8.1` for Linux. (Requires a restart after change). The default value is automatically detected from your Arduino IDE installation path.
71+
- `arduino.path` - Path to Arduino, you can use a custom version of Arduino by modifying this setting to include the full path. Example: `C:\\Program Files\\Arduino` for Windows, `/Applications` for Mac, `/home/<username>/Downloads/arduino-1.8.1` for Linux. (Requires a restart after change). The default value is automatically detected from your Arduino IDE installation path.
7272
- `arduino.commandPath` - Path to an executable (or script) relative to `arduino.path`. You can use a custom launch script to run Arduino by modifying this setting. (Requires a restart after change) Example: `run-arduino.bat` for Windows, `Contents/MacOS/run-arduino.sh` for Mac, `bin/run-arduino.sh` for Linux."
7373
- `arduino.additionalUrls` - Additional Boards Manager Urls for 3rd party packages. You can have multiple URLs in one string with comma(,) as separator, or have a string array. The default value is empty.
7474
- `arduino.logLevel` - CLI output log level. Could be info or verbose. The default value is `"info"`.

0 commit comments

Comments
 (0)
0