Skip to content

Commit

Permalink
Fix surround with tag in binary
Browse files Browse the repository at this point in the history
Signed-off-by: David Thompson <[email protected]>
  • Loading branch information
datho7561 committed Dec 15, 2022
1 parent 13fce87 commit 0927d52
Showing 1 changed file with 8 additions and 0 deletions.
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 0927d52

Please sign in to comment.