mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
System::Process now supports set working directory.
ecode: Started working on the LSP plugin. Some minor refactor. Fixed "Editor Font Size". Fixed Formatter and Linter in single thread mode.
This commit is contained in:
7
src/tools/ecode/plugins/lsp/lspclient.cpp
Normal file
7
src/tools/ecode/plugins/lsp/lspclient.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "lspclient.hpp"
|
||||
|
||||
namespace ecode {
|
||||
|
||||
LSPClient::LSPClient() {}
|
||||
|
||||
} // namespace ecode
|
||||
Reference in New Issue
Block a user