Skip to content

Commit 6d59071

Browse files
committed
feat: show editor tabs as preview
1 parent 706c654 commit 6d59071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/editor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ export class Editor {
7171
const editor = await vscode.window.showTextDocument(
7272
vscode.Uri.file(filePath),
7373
{
74-
preview: false,
75-
viewColumn: vscode.ViewColumn.One,
74+
preview: true,
75+
viewColumn: vscode.ViewColumn.One,
7676
},
7777
);
7878

0 commit comments

Comments
 (0)