Skip to content

Commit

Permalink
fix: connect bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhiter committed Nov 14, 2024
1 parent fe8d9b7 commit fcced78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/ide/vscode/devbox/src/utils/remoteSSHConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ export const modifiedRemoteSSHConfig = async (sshHostLabel: string) => {
await vscode.workspace
.getConfiguration('remote.SSH')
.update('localServerDownload', 'off', vscode.ConfigurationTarget.Global)
await vscode.workspace
.getConfiguration('remote.SSH')
.update('useLocalServer', true, vscode.ConfigurationTarget.Global)
}

0 comments on commit fcced78

Please sign in to comment.