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 4b8609e commit 2864d0aCopy full SHA for 2864d0a
src/extension.ts
@@ -163,6 +163,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<IPower
163
getPowerShellVersionDetails: uuid => externalApi.getPowerShellVersionDetails(uuid),
164
waitUntilStarted: uuid => externalApi.waitUntilStarted(uuid),
165
getStorageUri: () => externalApi.getStorageUri(),
166
+ getLogUri: () => externalApi.getLogUri(),
167
};
168
}
169
0 commit comments