Skip to content

Commit 2fe8107

Browse files
committed
doc: give credit to the initial implementor
Signed-off-by: dankeboy36 <[email protected]>
1 parent a458b4d commit 2fe8107

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-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
@@ -67,3 +68,7 @@ If you want to use the Arduino APIs, you have to do the followings:
6768
6869
- Q: I cannot find the `dankeboy36.vscode-arduino-api` extension in the [VS Code Marketplace](https://marketplace.visualstudio.com/vscode).
6970
- A: Correct. This solution targets the [Arduino IDE](https://github.com/arduino/arduino-ide). I will publish the VSIX later, when it works in VS Code. By the way, the VSIX is signed with a verified published.
71+
72+
## Acknowledgments
73+
74+
- [@me-no-dev](https://github.com/me-no-dev) for the original [Java implementation](https://github.com/me-no-dev/EspExceptionDecoder) for the Arduino IDE 1.x

0 commit comments

Comments
 (0)