Parcourir la source

Opens Settings/Welcome beside the active editor

main
Eric Amodio il y a 4 ans
Parent
révision
0e7f9d6475
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/webviews/webviewBase.ts

+ 1
- 1
src/webviews/webviewBase.ts Voir le fichier

@ -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,

Chargement…
Annuler
Enregistrer