Scaffold out a file for a specific Codespace readme

This commit is contained in:
Warren Buckley
2022-11-15 16:16:08 +00:00
parent be8b083746
commit d3905b4c5c
2 changed files with 10 additions and 1 deletions

View File

@@ -54,7 +54,14 @@
"protocol": "https", "protocol": "https",
"onAutoForward": "notify" "onAutoForward": "notify"
} }
} },
"customizations": {
"codespaces": {
"openFiles": [
".github/codespaces-readme.md"
]
}
}
// [Optional] To reuse of your local HTTPS dev cert: // [Optional] To reuse of your local HTTPS dev cert:
// //

2
.github/codespaces-readme.md vendored Normal file
View File

@@ -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