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: CHANGELOG.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# Change Log
2
2
3
-
All notable changes to the MicroProfile Extension Pack will be documented below.
3
+
All notable changes to the Extension Pack for MicroProfile will be documented below.
4
+
5
+
## 0.1.2
6
+
- Changed name to Extension Pack for MicroProfile
4
7
5
8
## 0.1.1
6
9
- Removed the runtime extensions from the MicroProfile pack, included them in the overview page [#9](https://github.com/MicroShed/vscode-microprofile-pack/issues/9)
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
# MicroProfile Extension Pack
1
+
# Extension Pack for MicroProfile
2
2
3
-
MicroProfile Extension Pack is a collection of extensions that can help develop Java applications using [MicroProfile](https://microprofile.io/).
3
+
Extension Pack for MicroProfile is a collection of Visual Studio Code extensions that can help develop Java applications using [MicroProfile](https://microprofile.io/).
4
4
5
5
## Extensions Included
6
-
By installing the MicroProfile Extension Pack, the following extensions are installed:
6
+
By installing the Extension Pack for MicroProfile, the following extensions are installed:
7
7
8
8
### Creating a MicroProfile project
9
9
*[MicroProfile Starter](https://marketplace.visualstudio.com/items?itemName=MicroProfile-Community.mp-starter-vscode-ext) - Quickly generate a MicroProfile Maven project.
10
-
*[MicroProfile Rest Client Generator](https://marketplace.visualstudio.com/items?itemName=MicroProfile-Community.mp-rest-client-generator-vscode-ext) - Quickly generate a MicroProfile Rest Client interface template from an OpenAPI document.
10
+
*[Generator for MicroProfile Rest Client](https://marketplace.visualstudio.com/items?itemName=MicroProfile-Community.mp-rest-client-generator-vscode-ext) - Quickly generate a MicroProfile Rest Client interface template from an OpenAPI document.
11
11
12
12
### Developing a MicroProfile project
13
13
*[Tools for MicroProfile](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-microprofile) - Language support for MicroProfile APIs and properties via [Language Server for Eclipse MicroProfile](https://github.com/eclipse/lsp4mp).
@@ -23,6 +23,6 @@ By installing the MicroProfile Extension Pack, the following extensions are inst
23
23
-`microprofile.alwaysShowOverview`: Determines whether to show the overview page on extension startup. Default value is `true`.
24
24
25
25
## Contributing
26
-
Do you have a suggestion for the MicroProfile Extension Pack? File an [issue](https://github.com/MicroShed/vscode-microprofile-pack/issues) or submit a pull request if there is an extension that should be added to the extension pack. Our [CONTRIBUTING](CONTRIBUTING.md) document contains details for submitting pull requests.
26
+
Do you have a suggestion for the Extension Pack for MicroProfile? File an [issue](https://github.com/MicroShed/vscode-microprofile-pack/issues) or submit a pull request if there is an extension that should be added to the extension pack. Our [CONTRIBUTING](CONTRIBUTING.md) document contains details for submitting pull requests.
27
27
28
28
MicroProfile® and the MicroProfile logo are trademarks of the Eclipse Foundation.
if(!awaitvalidateAndRecommendExtension("microProfile-community.mp-rest-client-generator-vscode-ext","MicroProfile REST Client Generator for Visual Studio Code is recommended to generate MicroProfile REST Client Interface template.",true)){
25
+
if(!awaitvalidateAndRecommendExtension("microProfile-community.mp-rest-client-generator-vscode-ext","Generator for MicroProfile Rest Client is recommended to generate MicroProfile REST Client Interface template.",true)){
0 commit comments