diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a86b8b66..16188e32 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,6 +13,12 @@ "esbenp.prettier-vscode", "dbaeumer.vscode-eslint" ] - } + }, + "codespaces": { + "openFiles": [ + ".devcontainer/devc-welcome.md", + "CONTRIBUTING.md" + ] + } } } \ No newline at end of file