mirror of https://git.tuxpa.in/a/code-server.git
parent
e7945bea94
commit
95693fb58e
|
@ -523,8 +523,8 @@ export class MainServer extends Server {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "/webview":
|
case "/webview":
|
||||||
if (requestPath.indexOf("/vscode-resource") === 0) {
|
if (/^\/vscode-resource/.test(requestPath)) {
|
||||||
return this.getResource(requestPath.replace(/^\/vscode-resource/, ""));
|
return this.getResource(requestPath.replace(/^\/vscode-resource(\/file)?/, ""));
|
||||||
}
|
}
|
||||||
return this.getResource(
|
return this.getResource(
|
||||||
this.rootPath,
|
this.rootPath,
|
||||||
|
|
Loading…
Reference in New Issue