Skip to content

Commit d37d36a

Browse files
Set workspace scheme to memfs
1 parent 8313147 commit d37d36a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workbench.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ declare const window: any;
2525
}
2626

2727
const workspace = { folderUri: URI.parse(document.location.href) };
28+
workspace.folderUri.scheme = "memfs";
2829
const workspaceProvider: IWorkspaceProvider = {
2930
workspace,
3031
open: async (

0 commit comments

Comments
 (0)