Skip to content

Commit

Permalink
Fix "Register catalog" code lens when using binary server
Browse files Browse the repository at this point in the history
Signed-off-by: David Thompson <davthomp@redhat.com>
  • Loading branch information
datho7561 committed Dec 15, 2022
1 parent 06cf067 commit 2647625
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Bug Fixes

* Fix "Surround with ..." when using the binary server. See [#1410](https://github.com/eclipse/lemminx/pull/1410).
* Fix "Register catalog" code lens when using the binary server. See [#1411](https://github.com/eclipse/lemminx/pull/1411).

## [0.23.0](https://github.com/eclipse/lemminx/milestone/36?closed=1) (December 14, 2022)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,14 @@
"parameterTypes": []
}]
},
{
"name": "org.eclipse.lemminx.commons.config.ConfigurationItemEdit",
"allDeclaredFields": true,
"methods": [{
"name": "<init>",
"parameterTypes": []
}]
},
{
"name": "org.eclipse.lemminx.commons.ParentProcessWatcher$ProcessLanguageServer",
"allDeclaredMethods": true
Expand Down

0 comments on commit 2647625

Please sign in to comment.