Skip to content

Commit

Permalink
feat: update readme for v0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yubing744 committed Oct 28, 2022
1 parent 9e7ba7f commit 7f31659
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Starcoin IDE

![这是图片](/img/show_case.jpg "Magic Gardens")
![](/img/show_case_v2.jpg "Starcoin: Run Integration Test")

This is the repository for the [Starcoin IDE](https://marketplace.visualstudio.com/items?itemName=starcoinorg.starcoin-ide) vscode plugin.

Expand All @@ -9,11 +9,12 @@ This is the repository for the [Starcoin IDE](https://marketplace.visualstudio.c
This extension wraps around Starcoin's `mpm` and provides quick access to the folllowing commands:

- Starcoin: Build - `mpm package build` - runs build in the current project
- Starcoin: Unit Test - `mpm package test` - runs unit tests in the current project
- Starcoin: Integration Test - `mpm integration-test` - runs integration tests in the current project
- Starcoin: Run Unit Test - `mpm package test` - runs unit tests in the current project
- Starcoin: Run Integration Test - `mpm integration-test` - runs integration tests in the current project
- Starcoin: Update Integration Test Baseline - `mpm integration-test --ub` - update integration test baseline
- Starcoin: Check Compatibility - `mpm check-compatibility` - Check compatibility of the current project's modules comparing with remote chain state
- Starcoin: Release - `mpm release` - release the package to `release/` directories
- Starcoin: Open deploy page - Open [the page](https://movetool.app/constract/deploy) to deploy the release blob
- Starcoin: Open Deploy Page - Open [the page](https://movetool.app/constract/deploy) to deploy the release blob

To run any of these commands, use [VSCode's command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette),
or right-click the Move.toml and select the command Run from the context menu that appears,
Expand Down
Binary file removed img/show_case.jpg
Binary file not shown.
Binary file added img/show_case_v2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starcoin-ide",
"version": "0.7.8",
"version": "0.7.9",
"description": "Starcoin IDE for VSCode",
"publisher": "starcoinorg",
"displayName": "Starcoin IDE",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
{
"command": "starcoin.openDeployPage",
"title": "Starcoin: Open deploy page"
"title": "Starcoin: Open Deploy Page"
}
],
"menus": {
Expand Down

0 comments on commit 7f31659

Please sign in to comment.