[plug-in] Implement Plugin Context 'storagePath' #3733
Labels
plug-in system
issues related to the plug-in system
Team: Che-Editors
issues regarding the che-editors team
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.
The text was updated successfully, but these errors were encountered: