🔧 (home) vscode set "remote.SSH.useExecServer" to false

This commit is contained in:
Laureηt 2024-04-27 15:15:39 +02:00
parent c0967937a7
commit 04ccbc4ea7
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk

View file

@ -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;
}; };
}; };
} }