You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rascal-vscode-extension/README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,13 @@ For other things we are working on have a look here:
52
52
53
53
## Release Notes
54
54
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
+
55
62
### 0.12.1
56
63
57
64
* 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:
81
88
* For DSL extension developers:
82
89
* 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.
83
90
* 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`.
85
92
* Code Actions can also be attached to info, warning, and error messages as Quick Fixes.
86
93
* Constructors in type `LanguageService` are renamed to align them with the corresponding requests in LSP. Usage of the old names is now deprecated.
87
94
* 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