Skip to content

Commit

Permalink
Fix "Surround with ..." when using the 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 13fce87 commit 06cf067
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.23.1](https://github.com/eclipse/lemminx/milestone/38?closed=1) (December 15, 2022)

### Bug Fixes

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

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

### Enhancements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,14 @@
"name": "org.eclipse.lemminx.customservice.XMLLanguageServerAPI",
"allDeclaredMethods": true
},
{
"name": "org.eclipse.lemminx.extensions.contentmodel.commands.SurroundWithCommand$SurroundWithResponse",
"allDeclaredFields": true,
"methods": [{
"name": "<init>",
"parameterTypes": []
}]
},
{
"name": "org.eclipse.lemminx.extensions.contentmodel.settings.ContentModelSettings",
"allDeclaredFields": true,
Expand Down

0 comments on commit 06cf067

Please sign in to comment.