Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[plug-in] API for register a filesystem provider #2861

Closed
vparfonov opened this issue Sep 12, 2018 · 1 comment
Closed

[plug-in] API for register a filesystem provider #2861

vparfonov opened this issue Sep 12, 2018 · 1 comment
Assignees
Labels
plug-in system issues related to the plug-in system Team: Che-Plugins issues related to the che-plugins team

Comments

@vparfonov
Copy link
Contributor

This is part of VS Code Workspace API

@azatsarynnyy
Copy link
Member

azatsarynnyy commented Mar 11, 2019

workspace.registerFileSystemProvider API has been added by the PR #4484.

For now, the contributed providers are taken into account when opening a document by URI with workspace.openTextDocument API. See the sample plugin eclipse/che-theia-samples#31.

To complete support of FileSystemProvider API, a couple of follow-up issues have been opened:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plug-in system issues related to the plug-in system Team: Che-Plugins issues related to the che-plugins team
Projects
None yet
Development

No branches or pull requests

3 participants