From a9eb75ca3e627563897c1c887445dfa5d2c4ac8f Mon Sep 17 00:00:00 2001 From: Neil McPhail Date: Sun, 3 May 2026 19:55:31 +0100 Subject: [PATCH] May wish to add debugger config --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1cc151f..7353f8e 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ When you are ready to start your own project, run `make start_new_project` to wi curl https://raw.githubusercontent.com/mcphail/speccydev/refs/heads/main/.devcontainer/devcontainer.json -o .devcontainer.json ``` +You may wish to also add the `.vscode/` directory as well, to configure the debugger. + ## Versions This `main` branch of this repository will always point to the latest numbered release of the devcontainer image. This image will contain specific, numbered releases of the various tools as documented above. If the devcontainer is updated with non-breaking changes, the minor version number will be incremented. This gives reassurance that, say, a v1.7 devcontainer will contain tools which can compile programs made with a v1.2 devcontainer without issue.