Skip to content

Commit 7fd3c12

Browse files
Xanewokfelixfbecker
authored andcommitted
Make title in window/progress optional (#22)
Proposing this as of microsoft#245 (comment). Existing discussion regarding the title: #21 (comment).
1 parent 9a36d6a commit 7fd3c12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

protocol.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,10 +1340,10 @@ interface ProgressParams {
13401340
id: string;
13411341

13421342
/**
1343-
* The title of the progress.
1344-
* This should be the same for all ProgressParams with the same id.
1343+
* Optional title of the progress.
1344+
* If unset, the previous title (if any) is still valid.
13451345
*/
1346-
title: string;
1346+
title?: string;
13471347

13481348
/**
13491349
* Optional progress message to display.

0 commit comments

Comments
 (0)