Skip to content

Commit d347625

Browse files
Unexport ProgressTask
1 parent 28bf345 commit d347625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/common/vscode/progress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type ProgressOptions = Optional<VSCodeProgressOptions, "location">;
4848
* denote some progress being achieved on this task.
4949
* @param token a cancellation token
5050
*/
51-
export type ProgressTask<R> = (
51+
type ProgressTask<R> = (
5252
progress: ProgressCallback,
5353
token: CancellationToken,
5454
) => Thenable<R>;

0 commit comments

Comments
 (0)