Skip to content

Commit c1d3066

Browse files
committed
fix: add showOption
1 parent ed80755 commit c1d3066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/openDocumentByReference.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const openDocumentByReference = async ({
4040
fs.writeFileSync(filePath, '');
4141
}
4242

43-
await vscode.commands.executeCommand('vscode.open', vscode.Uri.file(filePath));
43+
await vscode.commands.executeCommand('vscode.open', vscode.Uri.file(filePath), showOption);
4444
}
4545
}
4646
};

0 commit comments

Comments
 (0)