Scaffold out a file for a specific Codespace readme
This commit is contained in:
@@ -54,7 +54,14 @@
|
||||
"protocol": "https",
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
}
|
||||
},
|
||||
"customizations": {
|
||||
"codespaces": {
|
||||
"openFiles": [
|
||||
".github/codespaces-readme.md"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
// [Optional] To reuse of your local HTTPS dev cert:
|
||||
//
|
||||
|
||||
2
.github/codespaces-readme.md
vendored
Normal file
2
.github/codespaces-readme.md
vendored
Normal 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
|
||||
Reference in New Issue
Block a user