mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
support detail for modal messages, https://github.com/microsoft/vscode/issues/125750
This commit is contained in:
@@ -423,6 +423,7 @@ export interface MainThreadLanguagesShape extends IDisposable {
|
||||
export interface MainThreadMessageOptions {
|
||||
extension?: IExtensionDescription;
|
||||
modal?: boolean;
|
||||
detail?: string;
|
||||
useCustom?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user