refactor: Move context to separate lib

This commit is contained in:
Petr Mironychev
2024-12-24 22:45:14 +01:00
parent 113d5adcf4
commit f27429aa66
13 changed files with 27 additions and 140 deletions

View File

@ -31,10 +31,10 @@
#include "LLMClientInterface.hpp"
#include "LLMSuggestion.hpp"
#include "core/ChangesManager.h"
#include "settings/CodeCompletionSettings.hpp"
#include "settings/GeneralSettings.hpp"
#include "settings/ProjectSettings.hpp"
#include <context/ChangesManager.h>
using namespace LanguageServerProtocol;
using namespace TextEditor;