You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ignore the SSH config file setting where ssh never reads it
Antigravity and Windsurf/Devin renamed the setting to
remote.antigravitySSH.configFile and remote.devinSSH.configFile, then
spawn ssh without -F, so ssh reads ~/.ssh/config no matter what any of
them say. The setting only feeds their own host tree.
Honoring it, or a stale remote.SSH.configFile synced in from another
editor, writes the workspace host to a file the connection never reads.
Ignore it on those two and keep reading remote.SSH.configFile elsewhere:
Microsoft's extension and Cursor's fork pass it to ssh with -F, and
VSCodium's fork parses the file itself instead of running ssh.
This drops the per-extension section map from #1060: the three
extensions that do connect through the setting all read remote.SSH.
0 commit comments