ソースを参照

Opens Settings/Welcome beside the active editor

main
Eric Amodio 4年前
コミット
0e7f9d6475
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/webviews/webviewBase.ts

+ 1
- 1
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<void> {
async show(column: ViewColumn = ViewColumn.Beside): Promise<void> {
if (this._panel == null) {
this._panel = window.createWebviewPanel(
this.id,

読み込み中…
キャンセル
保存