Skip to content

Commit

Permalink
Set browser option to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hubwriter authored Feb 1, 2023
1 parent 9b2a602 commit 218df07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-quickcs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TIMEOUT="3h"
MACHINE="standardLinux32gb" # To list available machine types for a repo use:
# gh api --jq ".machines[].name" repos/OWNER/REPONAME/codespaces/machines
RETENTION="720h"
OPEN_IN_BROWSER=false # Set to true to open the codespace in a browser, or false to open in VS Code.
OPEN_IN_BROWSER=true # Set to true to open the codespace in a browser, or false to open in VS Code.
REQUEST_BRANCH=true # Set to true to request a branch name, or false to use the default branch.

echo -e "\nCreate a new codespace for the $REPO repo."
Expand Down

0 comments on commit 218df07

Please sign in to comment.