Skip to content

Commit 286f467

Browse files
Removed tech preview wording from start in container and bump version (#78)
Signed-off-by: Kathryn Kodama <kathryn.s.kodama@gmail.com>
1 parent 59f9c3d commit 286f467

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to the Open Liberty Tools extension will be documented below.
44

5+
## 0.1.9
6+
- Removed "tech preview" wording from "Start in container" action
7+
58
## 0.1.8
69
- Added dependency on [Tools for MicroProfile](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-microprofile)
710

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A VS Code extension for Open Liberty. The extension will detect your Liberty Mav
2727
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2828
| Start | Starts dev mode. |
2929
| Start…​ | Starts dev mode with custom parameters. Supported parameters can be found in the documentation for the [dev goal of the Liberty Maven Plugin](https://github.com/OpenLiberty/ci.maven/blob/master/docs/dev.md#dev) and the [libertyDev task of the Liberty Gradle Plugin](https://github.com/OpenLiberty/ci.gradle/blob/master/docs/libertyDev.md#command-line-parameters). |
30-
| Start in container (tech preview) | Starts dev mode with the server in a container. The `liberty-maven-plugin` must be version `3.3-M1` or higher. The `liberty-gradle-plugin` must be version `3.1-M1` or higher. |
30+
| Start in container | Starts dev mode with the server in a container. The `liberty-maven-plugin` must be version `3.3-M1` or higher. The `liberty-gradle-plugin` must be version `3.1-M1` or higher. |
3131
| Stop | Stops dev mode. |
3232
| Run tests | Runs the unit tests and integration tests that are configured for your project. This command requires dev mode to be already started. |
3333
| View integration test report | Views the integration test report file. |

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "liberty-dev-vscode-ext",
33
"displayName": "Open Liberty Tools",
44
"description": "Open Liberty Tools for Visual Studio Code",
5-
"version": "0.1.8",
5+
"version": "0.1.9",
66
"publisher": "Open-Liberty",
77
"repository": {
88
"type": "git",
@@ -79,7 +79,7 @@
7979
{
8080
"command": "liberty.dev.start.container",
8181
"category": "Open Liberty",
82-
"title": "Start in container (tech preview)"
82+
"title": "Start in container"
8383
},
8484
{
8585
"command": "liberty.dev.run.tests",

0 commit comments

Comments
 (0)