We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89d83c commit ea36345Copy full SHA for ea36345
src/node/server.ts
@@ -525,7 +525,7 @@ export class MainServer extends Server {
525
case "/resource":
526
case "/vscode-remote-resource":
527
if (typeof parsedUrl.query.path === "string") {
528
- return this.getResource(parsedUrl.query.path);
+ return this.getAnyResource(parsedUrl.query.path);
529
}
530
break;
531
case "/tar":
0 commit comments