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
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ Integrate [PlatformIO](http://platformio.org/) into Visual Studio Code on top of
16
16
* Install library from [PlatformIO Library Registry](http://platformio.org/lib)
17
17
* Quick way to open PlatformIO Terminal
18
18
* Add Include Path to `c_cpp_properties.json` for [C/C++ extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)
19
+
* Combined `Build`, `Upload` and `Open Serial Monitor` with one command
19
20
20
21
## Prerequisites
21
22
@@ -33,15 +34,15 @@ Integrate [PlatformIO](http://platformio.org/) into Visual Studio Code on top of
33
34
34
35
## Usage
35
36
36
-
***Build PlatformIO project**: use shortcut `Ctrl+Alt+B`, or press `F1` and then select/type `PlatformIO: Build`, or right click the Text Editor and then click `PlatformIO: Build` in context menu
37
+
***Build PlatformIO project**: Use shortcut `Ctrl+Alt+B`, or press `F1` and then select/type `PlatformIO: Build`, or right click the Text Editor and then click `PlatformIO: Build` in context menu
37
38
38
39

39
40
40
-
***Upload firmware to devices**: use shortcut `Ctrl+Alt+U`, or press `F1` and then select/type `PlatformIO: Upload`, or right click the Text Editor and then click `PlatformIO: Upload` in context menu
41
+
***Upload firmware to devices**: Use shortcut `Ctrl+Alt+U`, or press `F1` and then select/type `PlatformIO: Upload`, or right click the Text Editor and then click `PlatformIO: Upload` in context menu
41
42
42
43

43
44
44
-
***Open Serial Monitor**: use shortcut `Ctrl+Alt+S`, or press `F1` and then select/type `PlatformIO: Open Serial Monitor`, or right click the Text Editor and then click `PlatformIO: Open Serial Monitor` in context menu
45
+
***Open Serial Monitor**: Use shortcut `Ctrl+Alt+S`, or press `F1` and then select/type `PlatformIO: Open Serial Monitor`, or right click the Text Editor and then click `PlatformIO: Open Serial Monitor` in context menu
@@ -59,6 +60,8 @@ Integrate [PlatformIO](http://platformio.org/) into Visual Studio Code on top of
59
60
60
61
***Add Include Path to `c_cpp_properties.json` for C/C++ extension**: Press `F1` and then select/type `PlatformIO: Add Include Path to Settings`. Wait for some seconds, then the PlatformIO libraries will be automatically added into Include Path of `c_cpp_properties.json`
61
62
63
+
***Combined `Build`, `Upload` and `Open Serial Monitor` with one command**: Use shortcut `Ctrl+Alt+A`, or press `F1` and then select/type `PlatformIO: Build, Upload and Open Serial Monitor`. `Build`, `Upload` and `Open Serial Monitor` will be run one by one.
64
+
62
65
## Settings
63
66
64
67
*`platformio.baudRate`: Set baud rate for Serial Monitor. (Default is **9600**)
0 commit comments