mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Improve LSP client close/exit.
Implemented Closing Symbol Override (SpartanJ/ecode#121), improved the auto-close bracket to be balanced.
This commit is contained in:
@@ -73,7 +73,6 @@ class EE_API TextDocument {
|
||||
typedef std::function<void()> DocumentCommand;
|
||||
typedef std::function<void( Client* )> DocumentRefCommand;
|
||||
|
||||
|
||||
TextDocument( bool verbose = true );
|
||||
|
||||
~TextDocument();
|
||||
|
||||
Reference in New Issue
Block a user