storageUri property

Uri? storageUri

The uri of a workspace specific directory in which the extension can store private state. The directory might not exist and creation is up to the extension. However, the parent directory is guaranteed to be existent. The value is undefined when no workspace nor folder has been opened.

Use {@linkcode ExtensionContext.workspaceStateworkspaceState} or {@linkcode ExtensionContext.globalStateglobalState} to store key value data.

Implementation

_i3.Uri? get storageUri => _i5.getProperty(
      this,
      'storageUri',
    );