Skip to content

Commit 5b60aa5

Browse files
bkneispascalbreuninger
authored andcommitted
Update docs with workaround
1 parent 4f561e2 commit 5b60aa5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/pages/troubleshooting/linux-troubleshooting.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,9 @@ append `:Z` to your volume definitions, like so
5858
"--volume=${localWorkspaceFolder}:/workspaces/${localWorkspaceFolderBasename}:Z"
5959
]
6060
}
61-
```
61+
```
62+
63+
### ENAMETOOLONG error when opening a workspace in vscode
64+
65+
There is a [known issue](https://github.com/loft-sh/devpod/issues/1045) where some linux distros use a large PATH to find SSH and causes the connection string to be too long. The workaround is to specify
66+
the SSH binary explicitly in vscode.

0 commit comments

Comments
 (0)