Skip to content

Commit 2864d0a

Browse files
committed
Forgot to add to extension facing API
1 parent 4b8609e commit 2864d0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<IPower
163163
getPowerShellVersionDetails: uuid => externalApi.getPowerShellVersionDetails(uuid),
164164
waitUntilStarted: uuid => externalApi.waitUntilStarted(uuid),
165165
getStorageUri: () => externalApi.getStorageUri(),
166+
getLogUri: () => externalApi.getLogUri(),
166167
};
167168
}
168169

0 commit comments

Comments
 (0)