Skip to content

Commit 90d107e

Browse files
committed
fix(doc): format readme 💄
Signed-off-by: dankeboy36 <[email protected]>
1 parent a458b4d commit 90d107e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ If you want to use the Arduino APIs, you have to do the followings:
3333
```jsonc
3434
{
3535
"extensionDependencies": [
36-
"dankeboy36.vscode-arduino-api",
36+
"dankeboy36.vscode-arduino-api"
3737
// other dependencies
38-
],
38+
]
3939
}
4040
```
41+
4142
1. Consume the `ArduinoContext` extension API in your VS Code extension:
4243

4344
```ts

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-arduino-api",
33
"displayName": "Arduino API for VS Code extensions",
44
"description": "Arduino API for Arduino IDE external tools developers using VS Code extensions",
5-
"version": "0.1.0",
5+
"version": "0.1.1-alpha.2",
66
"engines": {
77
"vscode": "^1.78.0"
88
},

0 commit comments

Comments
 (0)