mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +00:00
HackStudio: Allow customizing the actions of the Build & Run buttons
This commit introduces per-project settings that can be customized through a JSON file placed in '.hackstudio/config.json' in the project's root
This commit is contained in:
parent
3e6c083754
commit
9096da19f1
7 changed files with 106 additions and 0 deletions
|
@ -49,6 +49,7 @@ private:
|
|||
static ErrorOr<void> verify_cmake_is_installed();
|
||||
|
||||
String m_project_root;
|
||||
Project const& m_project;
|
||||
NonnullRefPtr<TerminalWrapper> m_terminal;
|
||||
IsSerenityRepo m_is_serenity { IsSerenityRepo::No };
|
||||
String m_serenity_component_cmake_file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue