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] Implement Plugin Context 'storagePath' #3733

Closed
evidolob opened this issue Dec 5, 2018 · 0 comments · Fixed by #3865
Closed

[plug-in] Implement Plugin Context 'storagePath' #3733

evidolob opened this issue Dec 5, 2018 · 0 comments · Fixed by #3865
Assignees
Labels
plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team

Comments

@evidolob
Copy link
Contributor

evidolob commented Dec 5, 2018

Description:
An absolute file path of a workspace specific directory in which the extension can store private state. The directory might not exist on disk and creation is up to the extension. However, the parent directory is guaranteed to be existent.

Use workspaceState or globalState to store key value data.

@evidolob evidolob added plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team labels Dec 5, 2018
@evidolob evidolob changed the title [plugin-in] Implement Plugin Context 'storagePath' [plug-in] Implement Plugin Context 'storagePath' Dec 5, 2018
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-Editors issues regarding the che-editors team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants