From 0e7f9d64757d2e4d0bd2c53c19f59e06174c6eae Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 25 Oct 2020 01:43:01 -0400 Subject: [PATCH] Opens Settings/Welcome beside the active editor --- src/webviews/webviewBase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webviews/webviewBase.ts b/src/webviews/webviewBase.ts index 3851d84..e4b8d93 100644 --- a/src/webviews/webviewBase.ts +++ b/src/webviews/webviewBase.ts @@ -158,7 +158,7 @@ export abstract class WebviewBase implements Disposable { this._panel.title = title; } - async show(column: ViewColumn = ViewColumn.Active): Promise { + async show(column: ViewColumn = ViewColumn.Beside): Promise { if (this._panel == null) { this._panel = window.createWebviewPanel( this.id,