Skip to content

Commit a35af4f

Browse files
committed
Add a stub for withIndexRebuildingProgress
1 parent e112c54 commit a35af4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/project/observable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default class ProjectObservable {
3434
location: { viewId: vscode.ProgressLocation.Window },
3535
title: 'PlatformIO: Rebuilding IntelliSense Index',
3636
},
37-
task
37+
async () => await task()
3838
),
3939
withTasksLoadingProgress: (task) =>
4040
vscode.window.withProgress(

0 commit comments

Comments
 (0)