Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
change preview to Two
Browse files Browse the repository at this point in the history
  • Loading branch information
hughess committed Jun 15, 2023
1 parent 5ff067f commit 722531b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/preview.ts
Expand Up @@ -113,7 +113,7 @@ async function openPageView(pageUri: Uri) {
if (pageUri) {
// open requested page in the built-in simple browser webview to side
commands.executeCommand(Commands.OpenSimpleBrowser, pageUri.toString(true), {
viewColumn: previewType === 'internal' ? ViewColumn.Active : ViewColumn.Beside,
viewColumn: previewType === 'internal' ? ViewColumn.Active : ViewColumn.Two,
preserveFocus: true
});
}
Expand Down

0 comments on commit 722531b

Please sign in to comment.