epics-containers / ibek

IOC Builder for EPICS and Kubernetes
https://epics-containers.github.io/ibek
Apache License 2.0
11 stars 5 forks source link

change /repos to /workspace in generic IOC devcontainer.json #148

Closed gilesknap closed 6 months ago

gilesknap commented 10 months ago

in #142 we are coming around to the idea that we need to keep a 'peer mount point' in the container.

But it would be much more obvious what it is if it was called /workspace as that is what vscode uses by default and workspace is a better aligned semantic.

It's worth noting that the main project ioc-XXXXX is also mounted in /epics/ioc-XXXXX which makes devcontainers look like runtime containers and stuff just works. I'm planning to keep this as its pretty fundamental.

gilesknap commented 10 months ago

adding to the review sprint as this is (probably) a breaking change

gilesknap commented 6 months ago

This was changed to the default vscode /workspaces some time back.