Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 2.16 KB

File metadata and controls

35 lines (23 loc) · 2.16 KB

← Back to Backlog

[SC-010] ✅ DONE - Review and enhance VS Code DevContainer Setup documentation

Status: Done (2026-03-03) Priority: Medium Component: docs/wsl-manager.md

Summary: As a new user following the VS Code DevContainer walkthrough, I want clearer instructions and fewer friction points so that I can complete the setup without confusion.

Description: A hands-on walkthrough with a colleague revealed several documentation gaps and unclear instructions in the VS Code DevContainer section of docs/wsl-manager.md. This item covers all documentation-only improvements.

Tasks:

  1. WSL user setup hint — Add a remark that a simple username/password combination (e.g., wsluser/wsluser or vscode/vscode) is sufficient for a local development distro.

  2. Proxy setup apt formatting — The apt reference in the proxy setup step renders oddly in a box/code block. Clean up the formatting so it reads naturally.

  3. PowerShell ~ note~ does not resolve correctly in PowerShell. Replace occurrences with $env:USERPROFILE or add a note explaining the difference.

  4. VS Code Settings description — The current instruction says to open the JSON settings file, but File → Preferences → Settings opens the UI, not the JSON. Rewrite to guide users through the Settings UI: explain what to search for and which values to set, rather than asking them to edit JSON directly.

  5. Required VS Code extensions — Add a prerequisites note in the VS Code section listing the extensions that must be installed: Dev Containers, Remote - SSH, and WSL.

Acceptance Criteria:

  • User setup step includes a username/password suggestion for local dev distros
  • Proxy setup step has clean formatting for the apt reference
  • PowerShell paths use $env:USERPROFILE instead of ~, or a note explains the caveat
  • VS Code Settings instructions guide users through the Settings UI with search terms
  • Required VS Code extensions (Dev Containers, Remote - SSH, WSL) are listed as prerequisites
  • All existing documentation links and cross-references remain valid

← Back to Backlog