Open
Description
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 successfullynode ./out-vscode-reh-web/server-main.js
until the server is started successfully- some resources whose scheme of
FileUri
isvscode-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.