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

@ -45,6 +45,7 @@ public:
Utils::StringListAspect customLanguages{this};
Utils::BoolAspect showProgressWidget{this};
Utils::BoolAspect useOpenFilesContext{this};
// General Parameters Settings
Utils::DoubleAspect temperature{this};