🔧 (home) vscode set "remote.SSH.useExecServer" to false
This commit is contained in:
parent
c0967937a7
commit
04ccbc4ea7
|
@ -45,6 +45,7 @@
|
||||||
"terminal.integrated.commandsToSkipShell" = ["language-julia.interrupt"];
|
"terminal.integrated.commandsToSkipShell" = ["language-julia.interrupt"];
|
||||||
"diffEditor.ignoreTrimWhitespace" = false;
|
"diffEditor.ignoreTrimWhitespace" = false;
|
||||||
"editor.rulers" = [120];
|
"editor.rulers" = [120];
|
||||||
|
"remote.SSH.useExecServer" = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue