Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions phases/00-setup-and-tooling/08-editor-setup/docs/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If `code` is not found on macOS, open VS Code, press `Cmd+Shift+P`, type "Shell

### Step 2: Install Essential Extensions

Open the integrated terminal in VS Code (`Ctrl+`` ` or `` Cmd+` ``) and install the extensions that matter for AI work:
Open the integrated terminal in VS Code (`Ctrl+`` ` `` on all platforms, or via menu: View → Terminal) and install the extensions that matter for AI work:

```bash
code --install-extension ms-python.python
Expand Down Expand Up @@ -123,9 +123,8 @@ Useful shortcuts:
| Action | macOS | Linux/Windows |
|--------|-------|---------------|
| Toggle terminal | `` Ctrl+` `` | `` Ctrl+` `` |
| New terminal | `Ctrl+Shift+`` ` | `Ctrl+Shift+`` ` |
| Split terminal | `Cmd+\` | `Ctrl+\` |

| New terminal | `` Ctrl+Shift+` `` | `` Ctrl+Shift+` `` |
| Split terminal | `Cmd+\` | `Ctrl+Shift+5` |
Split terminals are useful: one for running your script, one for monitoring GPU with `nvidia-smi -l 1` or `watch -n 1 nvidia-smi`.

### Step 5: Remote Development (SSH into GPU Boxes)
Expand Down