mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-12-13 04:42:44 -05:00
feat: Add todo tool (#286)
This commit is contained in:
@ -41,6 +41,7 @@ public:
|
||||
Utils::BoolAspect enableEditFileTool{this};
|
||||
Utils::BoolAspect enableBuildProjectTool{this};
|
||||
Utils::BoolAspect enableTerminalCommandTool{this};
|
||||
Utils::BoolAspect enableTodoTool{this};
|
||||
Utils::StringAspect allowedTerminalCommandsLinux{this};
|
||||
Utils::StringAspect allowedTerminalCommandsMacOS{this};
|
||||
Utils::StringAspect allowedTerminalCommandsWindows{this};
|
||||
|
||||
Reference in New Issue
Block a user