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:Jump to 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.
6 Replies
What are you creating this issue for?
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
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.
thanks for following up!
@Phorcys closed the thread.