Skip to content

Commit b07a0fe

Browse files
committed
Fixing release of 2.21.0 for rascal-lsp
1 parent 711b586 commit b07a0fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rascal-lsp/RELEASE-NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Note that rascal-lsp releases are bundled with VS Code releases, however due to
2323
* For DSL extension developers:
2424
* 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.
2525
* Changes to module `util::LanguageServer`:
26-
* Code Actions can be defined using constructor `action` of type `CodeAction`, and registered using constructor `codeAction` of type `LanguageService`.
26+
* Code Actions can be defined using constructor `action` of type `CodeAction`, and registered using constructor `codeAction` of type `LanguageService`.
2727
* Code Actions can also be attached to info, warning, and error messages as Quick Fixes.
2828
* Constructors in type `LanguageService` are renamed to align them with the corresponding requests in LSP. Usage of the old names is now deprecated.
2929
* 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.

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.22.0-SNAPSHOT</version>
35+
<version>2.21.0-2</version>
3636
<properties>
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838
<junit.version>4.13.2</junit.version>

0 commit comments

Comments
 (0)