Merge pull request #13416 from umbraco/v11/codespaces-auto-open-codespace-readme

CodeSpaces: Scaffold out a file for a specific Codespace readme to auto open
This commit is contained in:
Warren Buckley
2022-11-15 16:58:12 +00:00
committed by GitHub
2 changed files with 10 additions and 1 deletions

View File

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