feat: Add sharing opened files with code completion requests (#156)

This commit is contained in:
Petr Mironychev
2025-04-04 10:38:06 +02:00
committed by GitHub
parent ffaf6bd61b
commit 9d2d70fc63
9 changed files with 92 additions and 4 deletions

View File

@ -64,7 +64,6 @@ public:
protected:
void startImpl() override;
void parseCurrentMessage() override;
private:
void handleInitialize(const QJsonObject &request);