Merge pull request #114598 from HolonProduction/lsp/snippet-insert-braces

LSP: When supported use snippet insert mode to add closing braces
This commit is contained in:
Thaddeus Crews
2026-04-06 13:02:18 -05:00
5 changed files with 122 additions and 62 deletions
@@ -23,7 +23,7 @@
</description>
</method>
<method name="initialize" deprecated="Accessing LSP endpoints directly might lead to unwanted side effects. Connect to the server via TCP, like a regular language server client.">
<return type="Dictionary" />
<return type="Variant" />
<param index="0" name="params" type="Dictionary" />
<description>
</description>