We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gh
codespaces-create
1 parent fcdf8f0 commit 573e985Copy full SHA for 573e985
codespaces.el
@@ -256,6 +256,7 @@ allowing for faster startup. Validation happens lazily on first use."
256
(defun codespaces-create ()
257
"Prompt for repository, branch, and machine type to create a Codespace."
258
(interactive)
259
+ (codespaces--validate-gh)
260
(let* ((repo (read-string "Repository (user/repo): "))
261
(branch (read-string "Branch: " (or (codespaces--get-default-branch repo) "main")))
262
(machine (read-string "Machine type: " "basicLinux32gb")))
0 commit comments