Files
eepp/src/tools/ecode/plugins/lsp/lspclient.cpp
Martín Lucas Golini 37e27ad670 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.
2022-10-28 02:16:00 -03:00

8 lines
93 B
C++

#include "lspclient.hpp"
namespace ecode {
LSPClient::LSPClient() {}
} // namespace ecode