We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b416a commit 8a56af9Copy full SHA for 8a56af9
src/remote.ts
@@ -513,7 +513,7 @@ export class Remote {
513
let headerArg = ""
514
const headerCommand = vscode.workspace.getConfiguration().get("coder.headerCommand")
515
if (typeof headerCommand === "string" && headerCommand.trim().length > 0) {
516
- headerArg = ` --header-command "${escape(headerCommand)}"`
+ headerArg = ` --header-command ${escape(headerCommand)}`
517
}
518
519
const sshValues: SSHValues = {
0 commit comments