Skip to content

Commit

Permalink
vscode wait until done
Browse files Browse the repository at this point in the history
  • Loading branch information
erikw authored Mar 7, 2025
1 parent 83e331a commit bcc810a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/solve_day.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ fetch_input $year $(echo $day | bc)


if [ "$CODESPACES" = true ]; then
code part1.${arg_lang} input input1.0 output1.0 part2.${arg_lang} README.txt
code --wait part1.${arg_lang} input input1.0 output1.0 part2.${arg_lang} README.txt
else
if [ -n "${TMUX+x}" ]; then
tmux split-window -h
Expand Down

0 comments on commit bcc810a

Please sign in to comment.