update with api feedback

This commit is contained in:
Connor Peet
2025-04-23 11:09:15 -07:00
parent dd5b6c1235
commit 41cc1e2836
14 changed files with 52 additions and 49 deletions

View File

@@ -12,7 +12,7 @@ declare module 'vscode' {
/**
* A progress message that represents a chunk of work
*/
message?: string;
message?: string | MarkdownString;
/**
* An increment for discrete progress. Increments will be summed up until 100 (100%) is reached
*/