Skip to content

Commit

Permalink
Fixes #269
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-bsaviano committed Mar 21, 2023
1 parent 75e7856 commit ebbe050
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
- Fix issue [#265](https://github.com/intersystems/language-server/issues/265): Support HTML spans in intellisense from class descriptions
- Fix issue [#266](https://github.com/intersystems/language-server/issues/266): Preserve empty HTML spans in intellisense from class descriptions
- Fix issue [#268](https://github.com/intersystems/language-server/issues/268): Exempt %SYSTEM classes from existence checking after namespace switch
- Fix issue [#269](https://github.com/intersystems/language-server/issues/269): Add support for async/await in Javascript parser
- Fix issue [#270](https://github.com/intersystems/language-server/issues/270): Language Server crashes when file contains switches to a nonexistent namespace
- Parser changes:
- DP-421460: Support comma-delimited list for @keyframes selectors in CSS parser

## [2.3.1] - 2023-03-02
- Fix issue [#77](https://github.com/intersystems/language-server/issues/77): Incorrect 'Class/Routine/Include file does not exist' Diagnostics after namespace switch
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 ebbe050

Please sign in to comment.