Skip to content

Commit ba72220

Browse files
committed
fix authority
1 parent 3e25597 commit ba72220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/view/renderers/backLayerWebView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ export class BackLayerWebView<T extends ICommonCellInfo> extends Themable {
986986
if (folders.length) {
987987
linkToOpen = (await this.pathService.fileURI(href)).with({
988988
scheme: folders[0].uri.scheme,
989-
authority: folders[0].uri.scheme
989+
authority: folders[0].uri.authority
990990
});
991991
} else {
992992
linkToOpen = await this.pathService.fileURI(href);

0 commit comments

Comments
 (0)