From 218df07606b454eb5d9ef832bc644dc79c8e07fc Mon Sep 17 00:00:00 2001 From: hubwriter Date: Wed, 1 Feb 2023 15:54:04 +0000 Subject: [PATCH] Set browser option to true by default --- gh-quickcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-quickcs b/gh-quickcs index e764e97..2985cac 100755 --- a/gh-quickcs +++ b/gh-quickcs @@ -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."