We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed80755 commit c1d3066Copy full SHA for c1d3066
src/commands/openDocumentByReference.ts
@@ -40,7 +40,7 @@ const openDocumentByReference = async ({
40
fs.writeFileSync(filePath, '');
41
}
42
43
- await vscode.commands.executeCommand('vscode.open', vscode.Uri.file(filePath));
+ await vscode.commands.executeCommand('vscode.open', vscode.Uri.file(filePath), showOption);
44
45
46
};
0 commit comments