Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Replace the user of the 'open' and 'opener' modules with vscode.open command #464

Closed
egamma opened this issue Jan 15, 2019 · 1 comment
Closed

Comments

@egamma
Copy link
Member

egamma commented Jan 15, 2019

The extension is currently using the 'open' and 'opn' node modules. You can eliminate this dependency by using the vscode.open command.

vscode.commands.executeCommand('vscode.open', vscode.Uri.parse('https://code.visualstudio.com'));
@egamma egamma closed this as completed Jan 16, 2019
@egamma
Copy link
Member Author

egamma commented Jan 16, 2019

Closing for now, we will look into improving the support for opening URIs in VS Code.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant