Skip to content

Commit 19a5e68

Browse files
authored
Merge pull request github#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

+1-1
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)