提交 9bfbe7b3 编写于 作者: J Johannes Rieken

remove unused percentage-value from progress step, fixes #25534

上级 94d882b8
......@@ -3929,7 +3929,7 @@ declare module 'vscode' {
* the provided [progress](#Progress)-object.
* @return The thenable the task-callback returned.
*/
export function withProgress<R>(options: ProgressOptions, task: (progress: Progress<{ message?: string; percentage?: number }>) => Thenable<R>): Thenable<R>;
export function withProgress<R>(options: ProgressOptions, task: (progress: Progress<{ message?: string; }>) => Thenable<R>): Thenable<R>;
/**
* Creates a status bar [item](#StatusBarItem).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册