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