Commit eb1e0cf
fix(app): remove RemoteCommand from SSH config — breaks VS Code Remote SSH
RemoteCommand intercepts VS Code's own installer and server-start commands,
causing "Cannot execute command-line and remote command" and failing to
parse the remote port. VS Code needs a clean shell on connect to run
vscode-server. The folder is already handled via the VS Code URI (folder=).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d455535 commit eb1e0cf
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
| 170 | + | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
0 commit comments