Skip to content

Commit 8210f96

Browse files
authored
Updated the repo for the fork
Updated readme and marketplace related stuff
1 parent 4348e1d commit 8210f96

7 files changed

+30
-29
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ There are many ways that you can contribute, beyond writing code. The goal of th
66

77
## Contributing Fixes
88

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.
1010

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)
1212
branch and also submit pull request to `main` branch. Production releases will be tagged from `main`.
1313

1414

@@ -19,9 +19,9 @@ Have you identified a reproducible problem? Have a feature request? We want to h
1919

2020
### Look For an Existing Issue
2121

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.
2323

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.
2525

2626
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:
2727

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Visual Studio Code extension for Arduino
22

3-
[![Gitter](https://img.shields.io/badge/chat-on%20gitter-blue.svg)](https://gitter.im/Microsoft/vscode-arduino)
3+
> NOTE:
4+
> This is a community maintained fork of [Microsoft's vscode arduino extension](https://github.com/microsoft/vscode-arduino)
45
56
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:
67

@@ -41,11 +42,11 @@ Arduino IDE can be installed from the Arduino [download page](https://www.arduin
4142
- *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)).
4243

4344
## 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`.
4546

4647
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.
4748
```bash
48-
ext install vscode-arduino
49+
ext install vscode-arduino-community
4950
```
5051

5152
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:
210211
- The extension might work on other Linux distributions, as reported by other users, but without guarantee.
211212

212213
## 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).
214215

215216
## Development
216217

@@ -221,7 +222,7 @@ Installation prerequisites:
221222
- [Npm](https://www.npmjs.com/) (>= 6.x)
222223

223224
To *run and develop*, do the following:
224-
- `git clone https://github.com/microsoft/vscode-arduino`
225+
- `git clone https://github.com/vscode-arduino/vscode-arduino`
225226
- `cd vscode-arduino`
226227
- Run `npm i`
227228
- Run `npm i -g gulp`
@@ -237,7 +238,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
237238
The [Microsoft Enterprise and Developer Privacy Statement](https://www.microsoft.com/en-us/privacystatement/EnterpriseDev/default.aspx) describes the privacy statement of this software.
238239

239240
## 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.
241242

242243
## 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).
244+
TBD

package-lock.json

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

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "vscode-arduino",
3-
"displayName": "Arduino",
2+
"name": "vscode-arduino-community",
3+
"displayName": "Arduino Community Edition",
44
"description": "Arduino for Visual Studio Code",
5-
"version": "0.6.0",
6-
"publisher": "vsciot-vscode",
5+
"version": "0.6.1",
6+
"publisher": "vscode-arduino",
77
"preview": true,
88
"engines": {
99
"vscode": "^1.63.0"
@@ -12,12 +12,12 @@
1212
"license": "SEE LICENSE IN LICENSE.txt",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/Microsoft/vscode-arduino.git"
15+
"url": "https://github.com/vscode-arduino/vscode-arduino.git"
1616
},
1717
"bugs": {
18-
"url": "https://github.com/Microsoft/vscode-arduino/issues"
18+
"url": "https://github.com/vscode-arduino/vscode-arduino/issues"
1919
},
20-
"homepage": "https://github.com/Microsoft/vscode-arduino",
20+
"homepage": "https://github.com/vscode-arduino/vscode-arduino",
2121
"categories": [
2222
"Programming Languages",
2323
"Snippets",
@@ -176,7 +176,7 @@
176176
{
177177
"id": "arduinoExampleExplorer",
178178
"name": "Arduino Examples",
179-
"when": "vscode-arduino:showExampleExplorer"
179+
"when": "vscode-arduino-community:showExampleExplorer"
180180
}
181181
]
182182
},

src/extension.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ export async function activate(context: vscode.ExtensionContext) {
337337
if (!SerialMonitor.getInstance().initialized) {
338338
SerialMonitor.getInstance().initialize(context);
339339
}
340-
vscode.commands.executeCommand("setContext", "vscode-arduino:showExampleExplorer", true);
340+
vscode.commands.executeCommand("setContext", "vscode-arduino-community:showExampleExplorer", true);
341341
})();
342342
}
343343
vscode.window.onDidChangeActiveTextEditor(async () => {
@@ -352,7 +352,7 @@ export async function activate(context: vscode.ExtensionContext) {
352352
if (!SerialMonitor.getInstance().initialized) {
353353
SerialMonitor.getInstance().initialize(context);
354354
}
355-
vscode.commands.executeCommand("setContext", "vscode-arduino:showExampleExplorer", true);
355+
vscode.commands.executeCommand("setContext", "vscode-arduino-community:showExampleExplorer", true);
356356
}
357357
});
358358

@@ -410,7 +410,7 @@ export async function activate(context: vscode.ExtensionContext) {
410410
panel.webview.html = await arduinoManagerProvider.provideTextDocumentContent(BOARD_CONFIG_URI);
411411
});
412412
registerArduinoCommand("arduino.showExamples", async (forceRefresh: boolean = false) => {
413-
vscode.commands.executeCommand("setContext", "vscode-arduino:showExampleExplorer", true);
413+
vscode.commands.executeCommand("setContext", "vscode-arduino-community:showExampleExplorer", true);
414414
if (forceRefresh) {
415415
vscode.commands.executeCommand("arduino.reloadExample");
416416
}

test/commands.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ suite("Arduino: Commands Tests", () => {
1010
setup(function(done) {
1111
// Ensure that extension is activate while testing
1212
this.timeout(60 * 1000);
13-
const extension = vscode.extensions.getExtension("vsciot-vscode.vscode-arduino");
13+
const extension = vscode.extensions.getExtension("vscode-arduino.vscode-arduino-community");
1414
if (!extension.isActive) {
1515
extension.activate().then((api) => {
1616
// The extension waits 100ms before registering some commands,

test/extension.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ const usbDetectorModule = impor("../src/serialmonitor/usbDetector") as typeof im
1111
// Defines a Mocha test suite to group tests of similar kind together
1212
suite("Arduino: Extension Tests", () => {
1313
test("should be present", () => {
14-
assert.ok(vscode.extensions.getExtension("vsciot-vscode.vscode-arduino"));
14+
assert.ok(vscode.extensions.getExtension("vscode-arduino.vscode-arduino-community"));
1515
});
1616

1717
// The extension is already activated by vscode before running mocha test framework.
1818
// No need to test activate any more. So commenting this case.
1919
// tslint:disable-next-line: only-arrow-functions
2020
test("should be able to activate the extension", function(done) {
2121
this.timeout(60 * 1000);
22-
const extension = vscode.extensions.getExtension("vsciot-vscode.vscode-arduino");
22+
const extension = vscode.extensions.getExtension("vscode-arduino.vscode-arduino-community");
2323
if (!extension.isActive) {
2424
extension.activate().then((api) => {
2525
done();

0 commit comments

Comments
 (0)