Skip to content

Commit f1e0505

Browse files
committed
Un-deprecate webviewPanel.viewColumn
This property was deprecated initially as we were not sure how grid layout would work. Since it is using viewColumns, we are un-deprecating this
1 parent 3b195f1 commit f1e0505

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/vs/vscode.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5513,8 +5513,6 @@ declare module 'vscode' {
55135513
/**
55145514
* Editor position of the panel. This property is only set if the webview is in
55155515
* one of the editor view columns.
5516-
*
5517-
* @deprecated
55185516
*/
55195517
readonly viewColumn?: ViewColumn;
55205518

0 commit comments

Comments
 (0)