From e5064b6c4f369baa9cec912fbca04b5bb7dfb83c Mon Sep 17 00:00:00 2001 From: Adithya Krishna Date: Wed, 23 Aug 2023 15:42:53 +0000 Subject: [PATCH 1/2] feat: enable github codespaces config Signed-off-by: Adithya Krishna --- .devcontainer/devcontainers.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .devcontainer/devcontainers.json diff --git a/.devcontainer/devcontainers.json b/.devcontainer/devcontainers.json new file mode 100644 index 000000000..30d163a3c --- /dev/null +++ b/.devcontainer/devcontainers.json @@ -0,0 +1,13 @@ +{ + "postCreateCommand": "nvm install 16.16.0 && npm run build", + "customizations": { + "vscode": { + "extensions": [ + "ritwickdey.LiveServer", + "github.vscode-github-actions", + "GitHub.vscode-pull-request-github", + "waderyan.gitblame" + ] + } + } +} \ No newline at end of file From cfebb3296011a2872c66720d4bcd36b9f97fcd7a Mon Sep 17 00:00:00 2001 From: Adithya Krishna Date: Wed, 23 Aug 2023 15:44:51 +0000 Subject: [PATCH 2/2] fix: added eol Signed-off-by: Adithya Krishna --- .devcontainer/devcontainers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainers.json b/.devcontainer/devcontainers.json index 30d163a3c..6f5449470 100644 --- a/.devcontainer/devcontainers.json +++ b/.devcontainer/devcontainers.json @@ -10,4 +10,4 @@ ] } } -} \ No newline at end of file +}