Skip to content
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

[Dev] Use root docker-compose.yml for vscode #1114

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Commits on Oct 17, 2023

  1. use root docker-compose.yml for vscode

    Motivation is recent versions of docker no longer consider
    .devcontainer/docker-compose.yml valid, so vscode can't start the
    container.
    Solution here is just removing the specific vscode docker-compose.yml
    so only the root one is used. There is nothing specific needed in
    the vscode specific one anyway.
    jkasten2 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b83a9d1 View commit details
    Browse the repository at this point in the history