Extend the API to add custom file opener #9839
Labels
api
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
I wanted to port the pdf-view extension for atom to vscode.
One thing that I came across that I don't know how to do it in vscode is atom's ability to add custom file openers: https://atom.io/docs/api/v1.8.0/Workspace#instance-addOpener
I'm pretty new to vscode so correct me if I'm wrong but without such API one would have to take a detour through the command palette to open a PDF file with pdfjs and the intuitive way via "Open File..." and (double) clicking on the file tree wouldn't work.
The text was updated successfully, but these errors were encountered: