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

Commit 72d106a

Browse files
committed
Update README.md
Syntax highlighting
1 parent 30d080a commit 72d106a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Welcome to Visual Studio Code extension for **Arduino** <sup>preview</sup> ! The
1212
* Built-in serial monitor
1313
* Snippets for sketches
1414
* Automatic Arduino project scaffolding
15-
* Command Palette (F1) integration of frequently used commands (e.g. Verify, Upload...)
16-
* Integrated Arduino Debugging <sup>New</sup>
15+
* Command Palette (`F1`) integration of frequently used commands (e.g. Verify, Upload...)
16+
* Integrated Arduino Debugging <sup>New</sup>
1717

1818
## Prerequisites
1919
Arduino IDE is required. Please install it from [here](https://www.arduino.cc/en/main/software#download).
@@ -34,7 +34,7 @@ You can find code samples and tutorials each time you connect a supported device
3434
Alternatively you can visit our [IoT Developer Blog Space](https://aka.ms/iotdevblog) or [Get Started Tutorials](https://aka.ms/azureiotgetstarted).
3535

3636
## Commands
37-
This extension provides several commands in the Command Palette (**F1** or **Ctrl+Shift+P**) for working with `*.ino` files:
37+
This extension provides several commands in the Command Palette (`F1` or `Ctrl + Shift + P`) for working with `*.ino` files:
3838

3939
- **Arduino: Board Manager**: Manage packages for boards. You can add 3rd party Arduino board by configuring `Additional Board Manager URLs` in board manager.
4040
- **Arduino: Change Baud Rate**: Change the baud rate of selected serial port.
@@ -75,8 +75,8 @@ Make sure your Arduino board can work with [STLink](http://www.st.com/en/develop
7575

7676
Steps to start debugging:
7777
1. Plugin your board to your development machine properly. For those boards don't have on-board debugging chip, you need use STLink or JLink connector.
78-
2. Go to **Debug View** (Ctrl+Shift+D). Set breakpoints in your source files.
79-
3. Press **F5** to select debugging environment.
78+
2. Go to **Debug View** (`Ctrl + Shift + D`). Set breakpoints in your source files.
79+
3. Press `F5` to select debugging environment.
8080
4. When your breakpoint is hit, you can see variables and add expression to watch on the Debug Side Bar.
8181

8282
> To learn more about how to debug Arduino code, visit our [team blog](https://blogs.msdn.microsoft.com/iotdev/2017/05/27/debug-your-arduino-code-with-visual-studio-code/).
@@ -109,9 +109,9 @@ To *run and develop*, do the following:
109109
- Run `npm i`
110110
- Run `npm i -g gulp`
111111
- Open in Visual Studio Code (`code .`)
112-
- Press **F5** to debug
112+
- Press `F5` to debug
113113

114-
To *test do the following*: **F5** in VS Code with the "Launch Tests" debug configuration.
114+
To *test do the following*: `F5` in VS Code with the "Launch Tests" debug configuration.
115115

116116
## Code of Conduct
117117
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct). For more information please see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/#howadopt) or contact [email protected] with any additional questions or comments.

0 commit comments

Comments
 (0)