mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
tweaks
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user