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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ VS Code extension for Arduino Tools, such as language features and debugger. Thi
6
6
7
7
High quality bug reports and feature requests are valuable contributions to the project.
8
8
9
-
Before reporting an issue search existing pull requests and issues to see if it was already reported. If yfou have additional information to provide about an existing issue, please comment there. You can use the Reactions feature if you only want to express support.
9
+
Before reporting an issue search existing pull requests and issues to see if it was already reported. If you have additional information to provide about an existing issue, please comment there. You can use the Reactions feature if you only want to express support.
10
10
11
11
Qualities of an excellent report:
12
12
@@ -61,7 +61,7 @@ Open the `Debug` panel, and select the `Launch Arduino Tools – VS Code Extensi
61
61
To deploy a new release of the tools you have to do the following:
62
62
63
63
- update the `version` in the package.json file
64
-
- push a tag to the repo with `v` and the version you spacified in the package.json, for example `v0.0.2-beta.1`
64
+
- push a tag to the repo with `v` and the version you specified in the package.json, for example `v0.0.2-beta.1`
0 commit comments