Skip to content

Releases: badetitou/vscode-pharo

v1.0.7 - add walkthroughs

19 Aug 11:09
Compare
Choose a tag to compare

v1.0.6

15 Jun 14:21
Compare
Choose a tag to compare

v1.0.2 - bug fixed

21 Apr 12:53
Compare
Choose a tag to compare
  • bug fixed in the image tree explorer

v1.0.1

21 Apr 12:05
Compare
Choose a tag to compare
  • Improve snippets with autocompleted class name and package name to ease the creation of class and new methods
  • Improve documentation
  • Fix bug with the "inspect it" command
  • Fix bug with debugguer that did not work if we used a headless image (see Pharo Language Server v1.1.1)
  • Begin tree view for the variable of a document
  • Executing self inform: is now reflected in the VSCode UI

v0.0.12

08 Apr 16:41
Compare
Choose a tag to compare
  • Reduce extension size
  • better handle the socket to connect to the image
  • support code lens to execute tests

v0.0.10 - support diagnostics

19 Mar 13:02
Compare
Choose a tag to compare

The Pharo Language Support now diagnostics report
This release includes the gif in the readme documentation

v0.0.8

25 Feb 07:44
Compare
Choose a tag to compare

v0.0.8

This update comes from the release of the Pharo-LanguageServer. Thus, most of the code modification can be found in the server repository.

Users

LSP

  • You can now format tonel file
  • Chinese characters are supported (best utf-8 support)
  • We fix a bug with signature help

Developers

I introduce a proposed branch with the proposed API of VSCode.
It includes the support of VSCode Notebook.

Misc

  • add a logo to the extension

v0.0.7

27 Jan 10:37
Compare
Choose a tag to compare

v0.0.7

I have decided to also release here to keep a trace of the project progress

Please check the Changelog.md file to see new features