-
Notifications
You must be signed in to change notification settings - Fork 39.6k
Support opening files through URL handling #4883
Copy link
Copy link
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Milestone
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
VSCode Version: 0.10.11
OS Version: Windows 10
Details:
Please provide a URL handler for accessing vscode from external applications.
For example :
vscode://open?url=file://path/to/filevscode://new?text=text_that_will_be_in_file&type=jsThis would be very useful for lets say browser extensions etc....