Interface PluginPathsService
Methods
getHostLogPath
- getHostLogPath(): Promise<string>
Returns Promise<string>
getHostStoragePath
- getHostStoragePath(workspaceUri, rootUris): Promise<undefined | string>
Parameters
- workspaceUri: undefined | string
- rootUris: string[]
Returns Promise<undefined | string>
Returns hosted log path. Create directory by this path if it is not exist on the file system.