Theia API Documentation v1.65.0
    Preparing search index...
    interface PluginPathsService {
        getHostLogPath(): Promise<string>;
        getHostStoragePath(
            workspaceUri: undefined | string,
            rootUris: string[],
        ): Promise<undefined | string>;
    }

    Implemented by

    Index

    Methods

    • Returns storage path for given workspace

      Parameters

      • workspaceUri: undefined | string
      • rootUris: string[]

      Returns Promise<undefined | string>