diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc9747..3cf030b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 714238a..a7f878c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/img/runTest.gif b/docs/img/runTest.gif new file mode 100644 index 0000000..3d7a3c2 Binary files /dev/null and b/docs/img/runTest.gif differ diff --git a/package.json b/package.json index bf51e23..596d6dd 100644 --- a/package.json +++ b/package.json @@ -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",