Skip to content

Commit 605fa22

Browse files
committed
(bug) fix table formatting
1 parent d3bdd7a commit 605fa22

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/getting-started/methods/codespaces.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ GitHub Codespaces requires a specific installation approach because traditional
3131

3232
## Why Other Methods Don't Work in Codespaces
3333

34-
| Feature | Local Devcontainer | GitHub Codespaces |
35-
|----------------------------|---------------------|--|---------------------------------|
36-
| `${localWorkspaceFolder}` | ✅ Resolves to host | ❌ Not available |
37-
| Bind mounts to host | ✅ Full support | ❌ No host access |
38-
| Persistent storage | Host filesystem | `/workspaces` only |
39-
| User settings modification | ✅ Via file system | ❌ Only via Settings Sync[^1] |
34+
| Feature | Local Devcontainer | GitHub Codespaces |
35+
|----------------------------|--------------------|------------------------------|
36+
| `${localWorkspaceFolder}` | ✅ Resolves to host | ❌ Not available |
37+
| Bind mounts to host | ✅ Full support | ❌ No host access |
38+
| Persistent storage | Host filesystem | `/workspaces` only |
39+
| User settings modification | ✅ Via file system | ❌ Only via Settings Sync[^1] |
4040

4141
[^1]: User-level settings require Settings Sync. Workspace/container-level settings can still be configured via `devcontainer.json` using `customizations.vscode.settings`.
4242

0 commit comments

Comments
 (0)