You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The intent is that viewColumn will be replaced by gridPosition or similar. When this happens, viewColumn will be undefined if the webview is not in any of the main columns, making the properly far less useful. We will always have a reveal method though, it will just would be overloaded to take a gridPosition instead of a viewColumn. Callingreveal using a viewColumn will continue to work in grid layout
Tests #48453
readonly viewColumn?: ViewColumn;
is deprecated butreveal(viewColumn?: ViewColumn): void;
not. This seems to be inconsistent.The text was updated successfully, but these errors were encountered: