File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3030 <modelVersion >4.0.0</modelVersion >
3131 <groupId >org.rascalmpl</groupId >
3232 <artifactId >rascal-lsp</artifactId >
33- <version >2.19.2-SNAPSHOT </version >
33+ <version >2.19.3 </version >
3434 <properties >
3535 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3636 <junit .version>5.10.0</junit .version>
Original file line number Diff line number Diff line change @@ -52,6 +52,11 @@ For other things we are working on have a look here:
5252
5353## Release Notes
5454
55+ ### 0.10.2
56+
57+ * upgrading to rascal 0.34.1 to fix a regression in concrete syntax
58+ * the REPL is marked as non-transient, until we can properly reconnect it after a reload of the window
59+
5560### 0.10.1
5661
5762* bugfix for preloaded parsers
Original file line number Diff line number Diff line change 1010 " source code analysis"
1111 ],
1212 "icon" : " assets/images/rascal-logo.png" ,
13- "version" : " 0.10.2-head " ,
13+ "version" : " 0.10.2" ,
1414 "engines" : {
1515 "vscode" : " ^1.75.0"
1616 },
You can’t perform that action at this time.
0 commit comments