This commit is contained in:
Benjamin Pasero
2018-03-28 11:34:07 +02:00
parent b010c62651
commit 26bc3537d9

View File

@ -17,6 +17,8 @@ export function activate(context: ExtensionContext) {
console.log("User canceled the long running operation")
});
progress.report({ increment: 0 });
setTimeout(() => {
progress.report({ increment: 10, message: "I am long running! - still going..." });
}, 1000);