Skip to content

Commit

Permalink
Support new Requires Query keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-bsaviano committed May 7, 2024
1 parent ed42504 commit b1b82d6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.5.1] - 2024-XX-XX
- Parser changes:
- DP-430950: Support new `Requires` Query keyword

## [2.5.0] - 2024-05-02
- Fix issue [#312](https://github.com/intersystems/language-server/issues/312): Fix routine existence diagnostics for routines that only exist in OBJ form
- Fix issue [#313](https://github.com/intersystems/language-server/issues/313): Add Diagnostic when `ROUTINE` header is missing
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.
5 changes: 5 additions & 0 deletions server/src/documentation/keywords/Query.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"type": "KW_TYPE_BOOLEAN",
"description": "If true, then do not display this item in automatic documentation."
},
{
"name": "Requires",
"type": "KW_TYPE_STRING",
"description": "Comma separated string of resource constraints to run this method"
},
{
"name": "SoapBindingStyle",
"type": "KW_TYPE_STRING",
Expand Down

0 comments on commit b1b82d6

Please sign in to comment.