mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Revert "Allow dialogs in automation" (#262444)
Revert "Allow dialogs in automation (#262417)"
This reverts commit 53c9922948.
This commit is contained in:
@@ -26,7 +26,6 @@ export interface LaunchOptions {
|
||||
readonly remote?: boolean;
|
||||
readonly web?: boolean;
|
||||
readonly tracing?: boolean;
|
||||
readonly allowDialogs?: boolean;
|
||||
snapshots?: boolean;
|
||||
readonly headless?: boolean;
|
||||
readonly browser?: 'chromium' | 'webkit' | 'firefox' | 'chromium-msedge' | 'chromium-chrome';
|
||||
|
||||
Reference in New Issue
Block a user