Skip to content

Commit ea36345

Browse files
committed
Allow fetching any resource
Fixes #1118.
1 parent a89d83c commit ea36345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ export class MainServer extends Server {
525525
case "/resource":
526526
case "/vscode-remote-resource":
527527
if (typeof parsedUrl.query.path === "string") {
528-
return this.getResource(parsedUrl.query.path);
528+
return this.getAnyResource(parsedUrl.query.path);
529529
}
530530
break;
531531
case "/tar":

0 commit comments

Comments
 (0)