Fixed VSCode Tasks

This commit is contained in:
2025-09-23 01:05:02 -06:00
parent e549cbc8d0
commit 1b46f2eed6
2 changed files with 4 additions and 2 deletions

View File

@@ -27,6 +27,8 @@ if ($Vite -and $Flask) {
}
if ($Server) {
# Auto-select main menu option for Server when -Server flag is provided
$choice = '1'
} elseif ($Agent) {
$choice = '2'
switch ($AgentAction) {