Not able to open the workspace in VS Code Desktop

Hello, I have self-hosted Coder and set up the Docker workspace. It runs smoothly, and I can access my workspace via VS Code Web and Terminal without any issues. However, I can't open the same workspace in VS Code Desktop; it only shows “Opening Remote...' and gets stuck. I'm using a custom domain with SSL enabled for Coder. Any assistance would be appreciated.
Solution:
Atrif, thank you for your response. I discovered that the issue stemmed from my custom domain’s SSL certification, which prevented VS Code from downloading the necessary binaries from my code server. I managed to resolve this problem by implementing a reverse proxy configuration and regenerating the wildcard certificate. Thank you again for your help.
Jump to solution
6 Replies
Codercord
Codercord3mo ago
Codercord
Codercord3mo ago
What are you creating this issue for?
matifali
matifali3mo ago
Could you ceck the output tab in VSCode and share logs from Remote SSH and coder remote extensions? Also are you able to connect via coder ssh <workspace> from your local terminal?
Solution
PawFeast
PawFeast3mo ago
Atrif, thank you for your response. I discovered that the issue stemmed from my custom domain’s SSL certification, which prevented VS Code from downloading the necessary binaries from my code server. I managed to resolve this problem by implementing a reverse proxy configuration and regenerating the wildcard certificate. Thank you again for your help.
Phorcys
Phorcys3mo ago
thanks for following up!
Codercord
Codercord3mo ago
@Phorcys closed the thread.

Did you find this page helpful?