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
This error causes the extensions not to work correctly. The php files look like txt because the extension is not working.
In my investigations, http://127.0.0.1:8080/vscode/vscode/oss-dev/vscode-remote-resource?path=. I saw that extra /vscode was added in this url. lib/vscode/src/vs/base/common/network.ts If I change the code in line 224 to this._remoteResourcesPath, there seems to be no problem. But I don't know if the problem is only caused by this.
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
No, this works as expected in native VS Code
Does this bug reproduce in GitHub Codespaces?
No, this works as expected in GitHub Codespaces
Are you accessing code-server over a secure context?
I am using a secure context.
Notes
No response
The text was updated successfully, but these errors were encountered:
Or, wait, is /vscode something you added with a reverse proxy? If that is the case, I think http://127.0.0.1:8080/vscode/ (trailing slash) should work.
Or, wait, is /vscode something you added with a reverse proxy? If that is the case, I think http://127.0.0.1:8080/vscode/ (trailing slash) should work.
Yes! You are right. http://127.0.0.1:8080/vscode/ that url working. However, I use the same configuration in v4.96.4. There is no problem in that version. v4.98.2 has problems. is this normal?
Is there an existing issue for this?
OS/Web Information
code-server --version
: v4.98.0 and also main branchSteps to Reproduce
Expected
Proper functioning of extensions
Actual
This error causes the extensions not to work correctly. The php files look like txt because the extension is not working.
In my investigations, http://127.0.0.1:8080/vscode/vscode/oss-dev/vscode-remote-resource?path=. I saw that extra /vscode was added in this url. lib/vscode/src/vs/base/common/network.ts If I change the code in line 224 to this._remoteResourcesPath, there seems to be no problem. But I don't know if the problem is only caused by this.
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
No, this works as expected in native VS Code
Does this bug reproduce in GitHub Codespaces?
No, this works as expected in GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
No response
The text was updated successfully, but these errors were encountered: