From d3905b4c5c694537407aa6f5707e1e68c751cc0c Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Tue, 15 Nov 2022 16:16:08 +0000 Subject: [PATCH] Scaffold out a file for a specific Codespace readme --- .devcontainer/devcontainer.json | 9 ++++++++- .github/codespaces-readme.md | 2 ++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .github/codespaces-readme.md diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 47ab4ca6d5..2ff07fb4e3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -54,7 +54,14 @@ "protocol": "https", "onAutoForward": "notify" } - } + }, + "customizations": { + "codespaces": { + "openFiles": [ + ".github/codespaces-readme.md" + ] + } + } // [Optional] To reuse of your local HTTPS dev cert: // diff --git a/.github/codespaces-readme.md b/.github/codespaces-readme.md new file mode 100644 index 0000000000..48dbe16b0a --- /dev/null +++ b/.github/codespaces-readme.md @@ -0,0 +1,2 @@ +# GitHub CodeSpaces +Get help at hackathon with this readme to list out steps or specific useful info to get up and running \ No newline at end of file