Skip to content

Commit 2b5952b

Browse files
changed publisher to MicroShed (#3)
* changed publisher to MicroShed Signed-off-by: Kathryn Kodama <kathryn.s.kodama@gmail.com> * changed to version 0.1.0 Signed-off-by: Kathryn Kodama <kathryn.s.kodama@gmail.com>
1 parent d70fb8b commit 2b5952b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We welcome contributions, and request you follow these guidelines.
88

99
## Raising issues
1010

11-
Please raise any bug reports on the [issue tracker](https://github.com/dev-tools-for-enterprise-java/mp-starter-vscode-ext/issues). Be sure to search the list to see if your issue has already been raised.
11+
Please raise any bug reports on the [issue tracker](https://github.com/MicroShed/mp-starter-vscode-ext/issues). Be sure to search the list to see if your issue has already been raised.
1212

1313
A good bug report is one that make it easy for us to understand what you were trying to do and what went wrong. Provide as much context as possible so we can try to recreate the issue.
1414

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ The extension prompts for the following parameters:
1515
The extension will generate a `.zip` file of the starter project, unzip the file into the specified directory and open it in a VS Code window.
1616

1717
## Installing the Extension
18-
- download the latest `mp-starter-vscode-ext-0.0.x.vsix` file from [releases](https://github.com/dev-tools-for-enterprise-java/mp-starter-vscode-ext/releases)
19-
- from VS Code, go to the Extensions view, click on the ellipsis "..." icon, select `Install from vsix...` and select the `mp-starter-vscode-ext-0.0.x.vsix` file
18+
- download the latest `mp-starter-vscode-ext-0.x.0.vsix` file from [releases](https://github.com/dev-tools-for-enterprise-java/mp-starter-vscode-ext/releases)
19+
- from VS Code, go to the Extensions view, click on the ellipsis "..." icon, select `Install from vsix...` and select the `mp-starter-vscode-ext-0.x.0.vsix` file
2020

2121
### Running the extension
2222
- Launch VS Code command palette and search for "MicroProfile"
2323
- Select "MicroProfile Starter" to run the extension
2424

2525
### Generate and install the .vsix file
26-
- `git clone git@github.com:dev-tools-for-enterprise-java/mp-starter-vscode-ext.git`
26+
- `git clone git@github.com:MicroShed/mp-starter-vscode-ext.git`
2727
- navigate to the cloned `mp-starter-vscode-ext` directory
28-
- `vsce package` to generate the `mp-starter-vscode-ext-0.0.x.vsix` file
29-
- from VS Code select `Install from vsix...` and select the `mp-starter-vscode-ext-0.0.x.vsix` file
28+
- `vsce package` to generate the `mp-starter-vscode-ext-0.x.0.vsix` file
29+
- from VS Code select `Install from vsix...` and select the `mp-starter-vscode-ext-0.x.0.vsix` file
3030

3131
### Start the extension in debug mode
3232
- Open this example in VS Code 1.25+

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "mp-starter-vscode-ext",
33
"displayName": "MicroProfile Starter",
44
"description": "VS Code extension starter for Eclipse MicroProfile",
5-
"version": "0.0.1",
6-
"publisher": "IBM",
5+
"version": "0.1.0",
6+
"publisher": "MicroShed",
77
"preview": true,
88
"license": "EPL-2.0",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/dev-tools-for-enterprise-java/mp-starter-vscode-ext"
11+
"url": "https://github.com/MicroShed/mp-starter-vscode-ext"
1212
},
1313
"engines": {
1414
"vscode": "^1.35.0"

0 commit comments

Comments
 (0)