Skip to content

Commit

Permalink
Merge pull request #98 from github/joshaber-patch-1
Browse files Browse the repository at this point in the history
Fix open file
  • Loading branch information
joshaber authored Jul 3, 2024
2 parents 0f4263f + fa75738 commit 19a5e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"customizations": {
"codespaces": {
"openFiles": [
"src/App.js"
"src/App.jsx"
]
}
},
Expand Down

1 comment on commit 19a5e68

@shoaib4269767
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thankx

Please sign in to comment.