Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: a forked version
- OS Version: Darwin arm64
Steps to Reproduce:
npm run minify-vscode-reh-web until the task is done successfully
node ./out-vscode-reh-web/server-main.js until the server is started successfully
- some resources whose scheme of
FileUri is vscode-remote-resource://, the server is handle /vscode-remote-resource, however, workbench UI sends a request with a path started with '/oss-{{commitId}}', which results in an error File is not found. But if the request is started with /vscode-remote-resource, I promise that it would work.


Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
npm run minify-vscode-reh-webuntil the task is done successfullynode ./out-vscode-reh-web/server-main.jsuntil the server is started successfullyFileUriisvscode-remote-resource://, the server is handle/vscode-remote-resource, however, workbench UI sends a request with a path started with '/oss-{{commitId}}', which results in an errorFile is not found. But if the request is started with /vscode-remote-resource, I promise that it would work.