Skip to content

Commit

Permalink
Fixes #263
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-bsaviano committed Mar 1, 2023
1 parent 9ca0aaf commit 56d878b
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [2.3.1] - 2023-XX-XX
- Fix issue [#77](https://github.com/intersystems/language-server/issues/77): Incorrect 'Class/Routine/Include file does not exist' Diagnostics after namespace switch
- Fix issue [#261](https://github.com/intersystems/language-server/issues/261): Add parser support for CSS @keyframes rule
- Fix issue [#263](https://github.com/intersystems/language-server/issues/263): Add parser support for JavaScript Null Coalescing Operator (??)

## [2.3.0] - 2023-02-13
- Fix issue [#257](https://github.com/intersystems/language-server/issues/257): Property parameter intellisense does not respect `PropertyClass` keyword
Expand Down
Binary file modified server/lib/alpine-arm64-isclexer.node
Binary file not shown.
Binary file modified server/lib/alpine-x64-isclexer.node
Binary file not shown.
Binary file modified server/lib/darwin-arm64-isclexer.node
Binary file not shown.
Binary file modified server/lib/darwin-x64-isclexer.node
Binary file not shown.
Binary file modified server/lib/linux-arm64-isclexer.node
Binary file not shown.
Binary file modified server/lib/linux-x64-isclexer.node
Binary file not shown.
Binary file modified server/lib/win32-x64-isclexer.node
Binary file not shown.

0 comments on commit 56d878b

Please sign in to comment.