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 7aa49e0 commit 1ca910fCopy full SHA for 1ca910f
src/extension.ts
@@ -364,7 +364,7 @@ export function activate(context: vscode.ExtensionContext) {
364
vscode.window.showWarningMessage('Not a python file');
365
return;
366
}
367
- vscode.window.activeTextEditor?.document.save();
+ await vscode.window.activeTextEditor?.document.save();
368
const pyCmd = getPythonCmd(pyExt);
369
let verboseOpt = "";
370
if (isDebug(context)) {
0 commit comments