Restore .devcontainer/context directory removed by #1422 (#1516)

PR #1422 deleted the only file in .devcontainer/context/
(reinstall-cmake.sh) as unused, which silently removed the directory
itself since git doesn't track empty ones. Every devcontainer.json
under .devcontainer/ (root and all compiler variants) references this
path as its Docker build context, so opening the project in a dev
container now fails immediately with:

  ERROR: failed to build: unable to prepare context: path
  ".../.devcontainer/context" not found

Add a .gitkeep placeholder to keep the directory present in git so
the build context resolves again.

Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
This commit is contained in:
Murat Kilivan 2026-07-21 11:45:35 +01:00 committed by GitHub
parent 7cdc89a38a
commit c1cab856a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File