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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,14 +36,14 @@ No settings so far.
36
36
37
37
## Known Issues
38
38
39
-
This extension is stabilizing, some stuff is still a bit slow, but people are using it in their production development environments. Your constructive feedback is much appreciated at <https://github.com/usethesource/rascal-language-servers/issues>.
39
+
This extension is stabilizing, some stuff is still a bit slow, but people are using it in their production development environments. Your constructive feedback is much appreciated at <https://github.com/usethesource/rascal-language-servers/issues>.
40
40
41
41
**This extension works best with Java 11; but running it on Java 17 reportedly works as well**
42
42
43
43
The Rascal type-checker has a known issue that makes **new binary library code backward incompatible** after every release, always. This means that you
44
44
should update your dependency on the `rascal` project to at least 0.33.7 and maximally 0.33.8 in your own projects to avoid spurious error messages. For the
45
45
same reason you have to set your use of the `rascal-maven-plugin` to 0.22.1. Until
46
-
we release a fix for the type-checker, all rascal projects and library packages on http://www.rascal-mpl.org are released synchronously. Consequently, after you
46
+
we release a fix for the type-checker, all rascal projects and library packages on http://www.rascal-mpl.org are released synchronously. Consequently, after you
47
47
installed an update, it is immediately necessary to bump your dependencies on `rascal` and `rascal-maven-plugin`.
48
48
49
49
For other things we are working on have a look here:
@@ -53,10 +53,14 @@ For other things we are working on have a look here:
53
53
54
54
## Release Notes
55
55
56
+
### 0.9.1
57
+
58
+
* Bugfix for working directory of REPLs
59
+
56
60
### 0.9.0
57
61
58
62
* Webviews opened from Rascal can now have a title and view column
59
-
* There is now a setting to influence how much memory a REPL gets allocated (`rascal.interpreter.defaultHeapSize` & `rascal.interpreter.defaultStackSize`).
63
+
* There is now a setting to influence how much memory a REPL gets allocated (`rascal.interpreter.maxHeapSize` & `rascal.interpreter.stackSize`).
60
64
* The Rascal REPL now has a icon (it requires a bugfix in vscode 1.80 to correctly show)
0 commit comments