Skip to content

Commit

Permalink
Fixes #318
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-bsaviano committed Apr 15, 2024
1 parent 36f1f78 commit c864531
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
path: ${{ steps.set-version.outputs.name }}.vsix
retention-days: 30
- name: Upload metadata
if: ${{ matrix.platarch }} == 'linux-arm64'
if: matrix.platarch == 'linux-arm64'
uses: actions/upload-artifact@v4
with:
name: meta
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Fix issue [#314](https://github.com/intersystems/language-server/issues/314): Suggest boolean class keywords for completion after typing `Not`
- Fix issue [#316](https://github.com/intersystems/language-server/issues/316): Show class description when hovering over a typed variable
- Fix issue [#317](https://github.com/intersystems/language-server/issues/317): Add `DocumentLink` for `##class()` in class description comments
- Fix issue [#318](https://github.com/intersystems/language-server/issues/318): Support optional chaining operator in JavaScript colorer
- Fix issue [#319](https://github.com/intersystems/language-server/issues/319): Outline shows routine labels that don't appear in the first column
- Parser changes:
- DP-430347: Track variables in routine procedure blocks
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 c864531

Please sign in to comment.