-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Changelog | ||
|
||
## v0.0.7 | ||
|
||
This update comes from the release of the [Pharo-LanguageServer](https://github.com/badetitou/Pharo-LanguageServer). | ||
Thus, most of the code modification can be found in the server repository. | ||
|
||
### Users | ||
|
||
#### DAP | ||
|
||
- Can stepIn (into), step next (through), step out (over) | ||
- Can access the source code of the stack element | ||
- Show the line where the error was signaled | ||
|
||
#### LSP | ||
|
||
- Add the help signature feature | ||
- When writing a method, a help box appears with information for this methods (parameters, comment, *etc.*) | ||
|
||
### Developers | ||
|
||
#### DAP | ||
|
||
- The server uses now a Debug Session | ||
- The DAP gives correctly the socket port using LSP | ||
|
||
## v0.0.6 | ||
|
||
### Users | ||
|
||
#### DAP | ||
|
||
We introduce the [DAP](https://microsoft.github.io/debug-adapter-protocol/implementors/adapters/) in the server and client. | ||
So it is possible now to debug your Pharo application from VSCode | ||
|
||
## v0.0.5 | ||
|
||
### Users | ||
|
||
#### LSP | ||
|
||
- Bug fix when using printIt and showIt command with the current editor closed (or closed and then open again) | ||
|
||
## v0.0.4 | ||
|
||
### Users | ||
|
||
We introduced the [LSP](https://microsoft.github.io/language-server-protocol/). | ||
It is now possible to get helps from a Pharo image inside VScode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters