Skip to content

Commit 1846910

Browse files
JustinGroteandyleejordan
authored andcommitted
Forgot to add to extension facing API
1 parent 2b9a927 commit 1846910

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
@@ -167,6 +167,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<IPower
167167
getPowerShellVersionDetails: uuid => externalApi.getPowerShellVersionDetails(uuid),
168168
waitUntilStarted: uuid => externalApi.waitUntilStarted(uuid),
169169
getStorageUri: () => externalApi.getStorageUri(),
170+
getLogUri: () => externalApi.getLogUri(),
170171
};
171172
}
172173

0 commit comments

Comments
 (0)