8000 Merge pull request #98 from github/joshaber-patch-1 · github/codespaces-react@19a5e68 · GitHub
[go: up one dir, main page]

Skip to content

Commit 19a5e68

Browse files
authored
Merge pull request #98 from github/joshaber-patch-1
Fix open file
2 parents 0f4263f + fa75738 commit 19a5e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"customizations": {
1313
"codespaces": {
1414
"openFiles": [
15-
"src/App.js"
15+
"src/App.jsx"
1616
]
1717
}
1818
},

0 commit comments

Comments
 (0)
0