mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
update with api feedback
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user