Add readonly to args

This commit is contained in:
Matt Bierner
2022-04-19 10:14:39 -07:00
parent 08e838cba3
commit 56bc85e2df
+1 -1
View File
@@ -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