Skip to content

Commit

Permalink
fix: add showOption
Browse files Browse the repository at this point in the history
  • Loading branch information
ez4gis committed Jan 20, 2021
1 parent ed80755 commit c1d3066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/openDocumentByReference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const openDocumentByReference = async ({
fs.writeFileSync(filePath, '');
}

await vscode.commands.executeCommand('vscode.open', vscode.Uri.file(filePath));
await vscode.commands.executeCommand('vscode.open', vscode.Uri.file(filePath), showOption);
}
}
};
Expand Down

0 comments on commit c1d3066

Please sign in to comment.