mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Test
This commit is contained in:
@ -54,7 +54,7 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
progress.report({ increment: 50, message: "I am long running! - almost there..." });
|
||||
}, 3000);
|
||||
|
||||
const p = new Promise<void>(resolve => {
|
||||
const p = new sPromise<void>(resolve => {
|
||||
setTimeout(() => {
|
||||
resolve();
|
||||
}, 5000);
|
||||
|
||||
Reference in New Issue
Block a user