Refactor ZenWorkspaces to use _createNewTabForWorkspace method for preparing new workspace

This commit is contained in:
Mauro Balades
2024-07-13 21:32:07 +02:00
parent b0c036e72b
commit 9a816fe73a
4 changed files with 23 additions and 17 deletions

View File

@@ -8,6 +8,7 @@
"start": "cd engine && ./mach run --noprofile",
"import": "surfer import",
"export": "surfer export",
"init": "bootstrap && import",
"bootstrap": "surfer download && surfer bootstrap",
"package": "surfer package",
"update-ff": "python3 scripts/update_ff.py",