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: CONTRIBUTING.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ There are many ways that you can contribute, beyond writing code. The goal of th
6
6
7
7
## Contributing Fixes
8
8
9
-
If you are interested in writing code to fix issues, first look at the issues with the [help-wanted](https://github.com/Microsoft/vscode-arduino/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) label. They should have the context and code pointers needed to get started. If not, then feel free to ask for some, and we will be happy to provide any guidance you need.
9
+
If you are interested in writing code to fix issues, first look at the issues with the [help-wanted](https://github.com/vscode-arduino/vscode-arduino/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) label. They should have the context and code pointers needed to get started. If not, then feel free to ask for some, and we will be happy to provide any guidance you need.
10
10
11
-
When you are doing code fix, please work against [main](https://github.com/microsoft/vscode-arduino/tree/main)
11
+
When you are doing code fix, please work against [main](https://github.com/vscode-arduino/vscode-arduino/tree/main)
12
12
branch and also submit pull request to `main` branch. Production releases will be tagged from `main`.
13
13
14
14
@@ -19,9 +19,9 @@ Have you identified a reproducible problem? Have a feature request? We want to h
19
19
20
20
### Look For an Existing Issue
21
21
22
-
Before you create a new issue, please do a search in [open issues](https://github.com/Microsoft/vscode-arduino/issues) to see if the issue or feature request has already been filed.
22
+
Before you create a new issue, please do a search in [open issues](https://github.com/vscode-arduino/vscode-arduino/issues) to see if the issue or feature request has already been filed.
23
23
24
-
Be sure to scan through the [most popular](https://github.com/Microsoft/vscode-arduino/issues?q=is%3Aopen+is%3Aissue+sort%3Areactions-%2B1-desc) issues.
24
+
Be sure to scan through the [most popular](https://github.com/vscode-arduino/vscode-arduino/issues?q=is%3Aopen+is%3Aissue+sort%3Areactions-%2B1-desc) issues.
25
25
26
26
If you find your issue already exists, make relevant comments and add your [reaction](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments). Use a reaction in place of a "+1" comment:
> This is a community maintained fork of [Microsoft's vscode arduino extension](https://github.com/microsoft/vscode-arduino)
4
5
5
6
Welcome to the Visual Studio Code extension for **Arduino** <sup>preview</sup> ! The Arduino extension makes it easy to develop, build, and deploy your Arduino sketches in Visual Studio Code, with a rich set of functionalities. These include:
6
7
@@ -41,11 +42,11 @@ Arduino IDE can be installed from the Arduino [download page](https://www.arduin
41
42
-*Note:* Arduino IDE `2.X.Y` is not supported and there are no plans for support in the future ([issue 1477](https://github.com/microsoft/vscode-arduino/issues/1477)).
42
43
43
44
## Installation
44
-
Open VS Code and press <kbd>F1</kbd> or <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> *or* <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> to open command palette, select **Install Extension** and type `vscode-arduino`.
45
+
Open VS Code and press <kbd>F1</kbd> or <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> *or* <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> to open command palette, select **Install Extension** and type `vscode-arduino-community`.
45
46
46
47
Or launch VS Code Quick Open (<kbd>Ctrl</kbd> + <kbd>P</kbd> *or* <kbd>Cmd</kbd> + <kbd>P</kbd> ), paste the following command, and press enter.
47
48
```bash
48
-
ext install vscode-arduino
49
+
ext install vscode-arduino-community
49
50
```
50
51
51
52
You can also install directly from the Marketplace within Visual Studio Code, searching for `Arduino`.
@@ -210,7 +211,7 @@ Currently this extension supports the following operating systems:
210
211
- The extension might work on other Linux distributions, as reported by other users, but without guarantee.
211
212
212
213
## Support
213
-
You can find the full list of issues on the [Issue Tracker](https://github.com/Microsoft/vscode-arduino/issues). You can submit a [bug or feature suggestion](https://github.com/Microsoft/vscode-arduino/issues/new), and participate in community driven [discussions](https://gitter.im/Microsoft/vscode-arduino).
214
+
You can find the full list of issues on the [Issue Tracker](https://github.com/vscode-arduino/vscode-arduino/issues). You can submit a [bug or feature suggestion](https://github.com/vscode-arduino/vscode-arduino/issues/new).
@@ -237,7 +238,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
237
238
The [Microsoft Enterprise and Developer Privacy Statement](https://www.microsoft.com/en-us/privacystatement/EnterpriseDev/default.aspx) describes the privacy statement of this software.
238
239
239
240
## License
240
-
This extension is licensed under the [MIT License](https://github.com/Microsoft/vscode-arduino/blob/main/LICENSE.txt). Please see the [Third Party Notice](https://github.com/Microsoft/vscode-arduino/blob/main/ThirdPartyNotices.txt) file for additional copyright notices and terms.
241
+
This extension is licensed under the [MIT License](https://github.com/vscode-arduino/vscode-arduino/blob/main/LICENSE.txt). Please see the [Third Party Notice](https://github.com/vscode-arduino/vscode-arduino/blob/main/ThirdPartyNotices.txt) file for additional copyright notices and terms.
241
242
242
243
## Contact Us
243
-
If you would like to help build the best Arduino experience with VS Code, you can reach us directly at [gitter chat room](https://gitter.im/Microsoft/vscode-arduino).
0 commit comments