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.
2 parents 7aa49e0 + 1ca910f commit 75bc36dCopy full SHA for 75bc36d
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