superlinear-ai / poetry-cookiecutter

🍪 Poetry Cookiecutter is a modern Cookiecutter template for scaffolding Python packages and apps
GNU Affero General Public License v3.0
252 stars 37 forks source link

fix: support bind and volume mount workspaces #176

Closed lsorber closed 1 year ago

lsorber commented 1 year ago

Because of [1], bind mount and volume mount workspaces are difficult to support simultaneously. I've implemented a simplified version of this workaround [2] for Poetry Cookiecutter. Also makes use of [3] to support Windows (Batch script translated from Bash by ChatGPT).

[1] https://github.com/microsoft/vscode-remote-release/issues/6561 [2] https://github.com/h4l/dev-container-docker-compose-volume-or-bind [3] https://github.com/microsoft/vscode-remote-release/issues/4568