Skip to content

Commit 91e29ce

Browse files
committed
Wrote release notes for 0.12.2
1 parent 2f3362d commit 91e29ce

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

rascal-vscode-extension/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ For other things we are working on have a look here:
5252

5353
## Release Notes
5454

55+
### 0.12.2
56+
57+
* Debug and Debug side bar got a new view that lists active REPLs and allows the user to start a debugging session for it
58+
* Bugfixes:
59+
* Type checker was to eager in reporting binary incompatiblities
60+
* Improved the performance of rename on large rascal files
61+
5562
### 0.12.1
5663

5764
* The type-checker got a lot faster, especially if you're editing a single file in a larger project.
@@ -81,7 +88,7 @@ For other things we are working on have a look here:
8188
* For DSL extension developers:
8289
* The present release is updated to work with Node.js 18. The next release will be updated to work with Node.js 20, to align with the VS Code engine and our dependencies.
8390
* Changes to module `util::LanguageServer`:
84-
* Code Actions can be defined using constructor `action` of type `CodeAction`, and registered using constructor `codeAction` of type `LanguageService`.
91+
* Code Actions can be defined using constructor `action` of type `CodeAction`, and registered using constructor `codeAction` of type `LanguageService`.
8592
* Code Actions can also be attached to info, warning, and error messages as Quick Fixes.
8693
* Constructors in type `LanguageService` are renamed to align them with the corresponding requests in LSP. Usage of the old names is now deprecated.
8794
* Keyword parameter `useSpecialCaseHighlighting` is introduced on constructor `parsing` of type `LanguageService` (default: `true`). It is used to control whether or not the semantic highlighter should apply an odd special case (i.e., categories of `syntax` non-terminals are sometimes ignored); the semantic highlighter has been applying this special case for several releases. Usage of the special case is now deprecated.

0 commit comments

Comments
 (0)