We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9a927 commit 1846910Copy full SHA for 1846910
src/extension.ts
@@ -167,6 +167,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<IPower
167
getPowerShellVersionDetails: uuid => externalApi.getPowerShellVersionDetails(uuid),
168
waitUntilStarted: uuid => externalApi.waitUntilStarted(uuid),
169
getStorageUri: () => externalApi.getStorageUri(),
170
+ getLogUri: () => externalApi.getLogUri(),
171
};
172
}
173
0 commit comments