Interface PluginPathsService
Methods
getHostLogPath
- getHostLogPath(): Promise<string>
getHostStoragePath
- getHostStoragePath(workspaceUri: undefined | string, rootUris: string[]): 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.