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

Commit f75f68a

Browse files
authored
Merge branch 'master' into add-default-output-path
2 parents b61e034 + ea1efbe commit f75f68a

File tree

8 files changed

+3447
-3322
lines changed

8 files changed

+3447
-3322
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## Version 0.2.22
5+
- Release date: October 17, 2018
6+
7+
### Added
8+
- Add Net Satisfaction Score survey
9+
10+
## Version 0.2.21
11+
- Release date: October 10, 2018
12+
13+
### Changed
14+
- Fix the output path not exist issue [#641](https://github.com/Microsoft/vscode-arduino/issues/641)
15+
- Update arduino.path instruction [#635](https://github.com/Microsoft/vscode-arduino/issues/635)
16+
17+
Special thanks to [aster94](https://github.com/aster94), [Niels van der Veer](https://github.com/n9iels), [AntoineGirafe](https://github.com/AntoineGirafe), thank you foryour contributions and feedbacks.
18+
419
## Version 0.2.20
520
- Release date: August 16, 2018
621

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Welcome to Visual Studio Code extension for **Arduino** <sup>preview</sup> ! The
1717

1818
## Prerequisites
1919
Arduino IDE is required. Please install it from [here](https://www.arduino.cc/en/main/software#download).
20+
- `Note: Arduino IDE 1.8.7 has some breaking changes, it will install board package and library failed, So it is recommended that you install version 1.8.6`
2021
- The supported Arduino IDE versions are 1.6.x and later.
2122
- The Windows Store's version of Arduino IDE is not supported because of the sandbox environment of Windows app.
2223

@@ -70,7 +71,7 @@ The following Visual Studio Code settings are available for the Arduino extensio
7071
}
7172
```
7273
- `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.
73-
- `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."
74+
- `arduino.commandPath` - Path to an executable (or script) relative to `arduino.path`.The default value is `arduino_debug.exe`for windows,`arduino`for ubuntu; You also 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."
7475
- `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.
7576
- `arduino.logLevel` - CLI output log level. Could be info or verbose. The default value is `"info"`.
7677
- `arduino.enableUSBDetection` - Enable/disable USB detection from the VSCode Arduino extension. The default value is `true`. when plug in your device to your computer, will pop up a message "Detected board ****, Would you like to switch to this board type", after click "yes" button, will automatically detect on which serial port (COM) is connected an usb device. if your device does not support this feature, please provide us with the pid/vid of device, the code format is defined in misc/usbmapping.json.

0 commit comments

Comments
 (0)