mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-10-02 01:56:59 -04:00
Add settings for cache of changes
This commit is contained in:
@ -37,6 +37,8 @@ public:
|
||||
Utils::StringAspect specificInstractions{this};
|
||||
Utils::BoolAspect useSpecificInstructions{this};
|
||||
Utils::BoolAspect useFilePathInContext{this};
|
||||
Utils::BoolAspect useProjectChangesCache{this};
|
||||
Utils::IntegerAspect maxChangesCacheSize{this};
|
||||
|
||||
ButtonAspect resetToDefaults{this};
|
||||
|
||||
|
Reference in New Issue
Block a user