mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-09 01:28:50 +01:00
Add readonly to args
This commit is contained in:
Vendored
+1
-1
@@ -9437,7 +9437,7 @@ declare module 'vscode' {
|
||||
*
|
||||
* @return New webview panel.
|
||||
*/
|
||||
export function createWebviewPanel(viewType: string, title: string, showOptions: ViewColumn | { viewColumn: ViewColumn; preserveFocus?: boolean }, options?: WebviewPanelOptions & WebviewOptions): WebviewPanel;
|
||||
export function createWebviewPanel(viewType: string, title: string, showOptions: ViewColumn | { readonly viewColumn: ViewColumn; readonly preserveFocus?: boolean }, options?: WebviewPanelOptions & WebviewOptions): WebviewPanel;
|
||||
|
||||
/**
|
||||
* Set a message to the status bar. This is a short hand for the more powerful
|
||||
|
||||
Reference in New Issue
Block a user