Stop opening the README by default

This was in place before we had better default content.
This commit is contained in:
Josh Abernathy 2022-11-03 11:57:46 -04:00 committed by GitHub
parent deb18f698f
commit a7fccd50f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
}, },
"customizations": { "customizations": {
"codespaces": { "codespaces": {
"openFiles": ["app/views/hello/index.html.erb", "README.md"] "openFiles": ["app/views/hello/index.html.erb"]
}, },
"vscode": { "vscode": {
"extensions": [ "extensions": [