nerdexam
Microsoft

GH-900 · Question #12

Which of the following items can you customize for an individual Codespace? (Choose three.)

The correct answer is A. Shell C. Name D. Default editor. For an individual Codespace, users can customize: (A) Shell - the default shell used in the terminal; (C) Name - a human-readable label for the Codespace; (D) Default editor - such as VS Code in the browser, VS Code Desktop, JetBrains IDEs, etc. Branch protections (B) are…

Modern Development

Question

Which of the following items can you customize for an individual Codespace? (Choose three.)

Options

  • AShell
  • BBranch protections
  • CName
  • DDefault editor
  • EOperating system

How the community answered

(51 responses)
  • A
    94% (48)
  • B
    4% (2)
  • E
    2% (1)

Explanation

For an individual Codespace, users can customize: (A) Shell - the default shell used in the terminal; (C) Name - a human-readable label for the Codespace; (D) Default editor - such as VS Code in the browser, VS Code Desktop, JetBrains IDEs, etc. Branch protections (B) are repository-level settings unrelated to Codespace configuration. Operating system (E) is determined by the dev container image definition, which is a repository-level setting, not an individual Codespace customization.

Topics

#GitHub Codespaces#Codespace Customization#Cloud Development#Development Environments

Community Discussion

No community discussion yet for this question.

Full GH-900 Practice