-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SphinxConfig params not being set when using Visual Studio Code Remote - SSH #938
Comments
I've never tried the extension over SSH before, but I have used it in other remote contexts like Dev Containers/Codespaces. I am bit surprised you are only seeing the
One thing that is worth checking, is making sure that you are not being bitten by #813. It's hard to diagnose this kind of thing without any logs, so if you are able to share some that would be great. |
Just tried |
Thank you!
This seemed to be the problem. Opening the workspace using the real path instead of the symlink fixed my issue |
Expected behavior
When running on a code base on a remote machine, I'm seeing that the SphinxConfig seems to be empty in the logs (with the exception of cwd which seems to be auto generated). I wanted to check if remote development is fully supported, or if maybe there is something wrong with my setup (tested using esbonio-demo and the pre release vs code extension)
Actual behavior
SphinxConfig should be properly set
The text was updated successfully, but these errors were encountered: