We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f281674 commit 00ad035Copy full SHA for 00ad035
1 file changed
src/client/providers/execInTerminalProvider.ts
@@ -118,7 +118,6 @@ function execSelectionInTerminal() {
118
if (code.length === 0) {
119
return;
120
}
121
- code = removeBlankLines(code);
122
const launchArgs = settings.PythonSettings.getInstance().terminal.launchArgs;
123
const launchArgsString = launchArgs.length > 0 ? " ".concat(launchArgs.join(" ")) : "";
124
const command = `${currentPythonPath}${launchArgsString}`;
0 commit comments