Interface PluginPathsService

interface PluginPathsService {
    getHostLogPath(): Promise<string>;
    getHostStoragePath(workspaceUri, rootUris): Promise<undefined | string>;
}

Implemented by

Methods