diff --git a/patches/web-server/proxy-uri.diff b/patches/web-server/proxy-uri.diff index 9f6874c..250603b 100644 --- a/patches/web-server/proxy-uri.diff +++ b/patches/web-server/proxy-uri.diff @@ -152,7 +152,7 @@ Index: code-editor-src/src/vs/server/node/proxyServer.ts + return { + base, + port, -+ target: url.resolve(`http://0.0.0.0:${port}/`, targetPathname), ++ target: url.resolve(`http://0.0.0.0:${port}/`, targetPathname + (sourceUrl.search ?? "")), + }; + } +