Skip to content

Commit 75cc26e

Browse files
committed
Releasing 0.12.2
1 parent 91e29ce commit 75cc26e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

rascal-lsp/RELEASE-NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Note that rascal-lsp releases are bundled with VS Code releases, however due to historic reasons, their versions do not align. Until they do we'll denote both the VS Code and the rascal LSP release next to each other.
44

5+
6+
## Release 2.21.2 (VS Code: 0.12.2)
7+
8+
* Debug and Debug side bar got a new view that lists active REPLs and allows the user to start a debugging session for it
9+
* Bugfixes:
10+
* Type checker was to eager in reporting binary incompatiblities
11+
* Improved the performance of rename on large rascal files
12+
513
## Release 2.21.1 (VS Code: 0.12.1)
614

715
* The type-checker got a lot faster, especially if you're editing a single file in a larger project.

rascal-lsp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<modelVersion>4.0.0</modelVersion>
3333
<groupId>org.rascalmpl</groupId>
3434
<artifactId>rascal-lsp</artifactId>
35-
<version>2.21.2-SNAPSHOT</version>
35+
<version>2.21.2</version>
3636
<properties>
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838
<junit.version>4.13.2</junit.version>

rascal-vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"color": "#ffffff",
1515
"theme": "light"
1616
},
17-
"version": "0.12.2-head",
17+
"version": "0.12.2",
1818
"engines": {
1919
"vscode": "^1.82.0",
2020
"node": ">=18.15.0"

0 commit comments

Comments
 (0)