Skip to content

Instantly share code, notes, and snippets.

@timheuer
Created December 6, 2023 17:06
Show Gist options
  • Save timheuer/87c0d483caee9800bff8b99f6edd66a1 to your computer and use it in GitHub Desktop.
Save timheuer/87c0d483caee9800bff8b99f6edd66a1 to your computer and use it in GitHub Desktop.
// Open the file in an editor
if (createdFile) {
vscode.workspace.openTextDocument(createdFile).then((document) => {
vscode.window.showTextDocument(document);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment