add extensions settings page and context panel widget (#8540)

Signed-off-by: morgmart <98432065+morgmart@users.noreply.github.com>
This commit is contained in:
morgmart
2026-04-15 09:55:46 -07:00
committed by GitHub
parent a7396a7bd0
commit c9507ba672
18 changed files with 1208 additions and 32 deletions
+4
View File
@@ -78,6 +78,10 @@ pub fn run() {
commands::projects::restore_project,
commands::doctor::run_doctor,
commands::doctor::run_doctor_fix,
commands::extensions::list_extensions,
commands::extensions::add_extension,
commands::extensions::remove_extension,
commands::extensions::toggle_extension,
commands::git::get_git_state,
commands::git_changes::get_changed_files,
commands::git::git_switch_branch,