You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.