Replies: 2 comments 1 reply
-
Could this be the same issue as #11669 ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello! Apologies for the delay- I am currently looking into the issue and will get back to you with a possible solution or if I need more information. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
HI,
So I have specified my workspace folder to a non-default value. Instead of
/workspaces/project-name/
it's now just/workspace
.I do this so I'm able to pre-install a bunch of stuff and settings in one base devcontainer that's common to all my organisation's projects.
How to reproduce
In
.devcontainer/Dockerfile
:In
devcontainer.json
:What happens
The tests run absolutely fine, but the link to 'Go to code' doesn't work.
It keeps pointing to the original (default) workspace folder and doesn't seem to pick up the changed value. Obviously the test file can't be found, because it's not at that location.
I have tried
pytest_cache
python.testing.cwd
setpytest.ini
testpaths
entryDoes anyone know how to solve this, please?
Beta Was this translation helpful? Give feedback.
All reactions