Skip to content

Commit

Permalink
changed publisher to MicroShed (#3)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
kathrynkodama committed Sep 5, 2019
1 parent d70fb8b commit 2b5952b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We welcome contributions, and request you follow these guidelines.

## Raising issues

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

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.

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ The extension prompts for the following parameters:
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.

## Installing the Extension
- 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)
- 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
- 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)
- 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

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

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

### Start the extension in debug mode
- Open this example in VS Code 1.25+
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "mp-starter-vscode-ext",
"displayName": "MicroProfile Starter",
"description": "VS Code extension starter for Eclipse MicroProfile",
"version": "0.0.1",
"publisher": "IBM",
"version": "0.1.0",
"publisher": "MicroShed",
"preview": true,
"license": "EPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/dev-tools-for-enterprise-java/mp-starter-vscode-ext"
"url": "https://github.com/MicroShed/mp-starter-vscode-ext"
},
"engines": {
"vscode": "^1.35.0"
Expand Down

0 comments on commit 2b5952b

Please sign in to comment.