Skip to content

Commit

Permalink
add gif, prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Apr 8, 2021
1 parent 81fd016 commit ed3724f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.0.12

### Users

- Support code lens to run Pharo tests from VSCode

### Developers

We added a full new document model to better handle tonel and script file.

## v0.0.11

- Add the Pharo Image tree to explore easily all methods of an image
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ We present here the existing features

![Diagnostics gif](https://raw.githubusercontent.com/badetitou/vscode-pharo/main/docs/img/diagnostics.gif)

**Code Lens (Tests)**

![Run test gif](https://raw.githubusercontent.com/badetitou/vscode-pharo/main/docs/img/runTest.gif)

### Debug Adapter Protocol feature

Expand Down
Binary file added docs/img/runTest.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Highlighting, Auto-completion, Execution, ...",
"author": "Benoît Verhaeghe",
"license": "MIT",
"version": "0.0.11",
"version": "0.0.12",
"icon": "icon.png",
"repository": {
"type": "git",
Expand Down

0 comments on commit ed3724f

Please sign in to comment.