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/CHANGELOG.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ We only list significant changes, for a full changelog please review the [commit
4
4
5
5
## 0.13.0
6
6
7
-
Works best with rascal 0.41.2 (and rascal-maven-plugin: 0.30.2). Due to changes in the typechecker you will most likely also have to update your library dependencies to the latest release.
7
+
Works best with Rascal 0.41.2 (and rascal-maven-plugin 0.30.3). Due to changes in the type checker, users will most likely also have to update their library dependencies to the latest release.
8
8
9
9
### New Features for Rascal Developers
10
10
@@ -25,7 +25,7 @@ Works best with rascal 0.41.2 (and rascal-maven-plugin: 0.30.2). Due to changes
25
25
* DSLs can contribute their own call hierarchies using the `LanguageServer::callHierachy` contribution.
26
26
* DSLs can extend text edits with labels and descriptions, and mark them as requiring user confirmation, using keyword parameters (`str label`, `str description`, `bool needsConfirmation`). See `util::LanguageServer::TextEdit`.
27
27
28
-
For more details, you can read the documentation in the `util::LanguageServer` source, or view the [rendered documentation page](https://www.rascal-mpl.org/docs/Packages/org.rascalmpl.rascal-lsp/Library/util/LanguageServer/).
28
+
For more details, please refer to the documentation in the source code of `util::LanguageServer`, or the [rendered documentation page](https://www.rascal-mpl.org/docs/Packages/org.rascalmpl.rascal-lsp/Library/util/LanguageServer/).
29
29
30
30
### Improved features
31
31
@@ -56,7 +56,7 @@ Below is a summary of the [full release-notes for rascal 0.41.x](https://www.ras
56
56
*`IO` has new features, such as `isReadable` and `isWritable`, and the `watch` feature has better support for macOS.
57
57
* Various performance improvements.
58
58
*`Message` has an optional `causes` field that can be used to report extra locations to VS Code.
59
-
*Debugger has gained many new features and has become more like debuggers of other languages.
59
+
*The debugger has gained many new features, improving the debugging experience.
60
60
61
61
### Extension developers
62
62
@@ -71,11 +71,11 @@ Below is a summary of the [full release-notes for rascal 0.41.x](https://www.ras
71
71
72
72
## 0.12.1
73
73
74
-
* The type-checker got a lot faster, especially if you're editing a single file in a larger project.
74
+
* The typechecker got a lot faster, especially if you're editing a single file in a larger project.
75
75
* Various bugfixes in:
76
76
* The rename functionality
77
77
* The code actions
78
-
* The type-checker
78
+
* The typechecker
79
79
80
80
### 0.12.0
81
81
@@ -321,13 +321,13 @@ This release is about including a new version of the rascal project, 0.27.2:
321
321
* Version bumps for typepal and rascal-core with improved typechecking efficiency.
322
322
* Better error reporting for the Rascal LSP server and the parameterized LSP server.
323
323
* Fixes around status progress bars.
324
-
* Fix for packaging of rascal-lsp jar (which helped remove spurious type-checking errors in clients of the LanguageServer library modules)
324
+
* Fix for packaging of rascal-lsp jar (which helped remove spurious typechecking errors in clients of the LanguageServer library modules)
325
325
326
326
### 0.2.0
327
327
328
328
* Moved to Java 11
329
-
* Upgrade to newer Rascal type-checker
330
-
* Early support for cross-project rascal dependencies for both REPL & type-checker
329
+
* Upgrade to newer Rascal typechecker
330
+
* Early support for cross-project rascal dependencies for both REPL & typechecker
331
331
* Rascal features work even without a project open (opening a single rascal file for example)
332
332
* Improved status bar messages for DSLs and making sure to always clear finished tasked
333
333
* Increases performance of project source location operations
0 commit comments