From fa75738c646eafb7daec4481f6975d84de02e1e0 Mon Sep 17 00:00:00 2001 From: Josh Abernathy Date: Wed, 3 Jul 2024 11:12:34 -0400 Subject: [PATCH] Fix open file --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f2315ead8..d03abbcfd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,7 +12,7 @@ "customizations": { "codespaces": { "openFiles": [ - "src/App.js" + "src/App.jsx" ] } },