Skip to content

Commit 154e9b3

Browse files
committed
Fix single file upload progress report
1 parent d48b556 commit 154e9b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/activator.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ export default class Activator {
644644
path: "/" + basename(file),
645645
})
646646
);
647+
progress.report({ increment: 100 });
647648
if (settings.getBoolean(SettingsKey.softResetAfterUpload)) {
648649
//await this.pyb?.softReset();
649650
await vscode.commands.executeCommand(

0 commit comments

Comments
 (0)