From 5883b8ceb61aafa392f0ecee802d77413ae72250 Mon Sep 17 00:00:00 2001 From: ayush987goyal Date: Sun, 20 Sep 2020 11:11:48 +0000 Subject: [PATCH] chore(cdk): add devcontainer configuration for codespaces --- .devcontainer.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .devcontainer.json diff --git a/.devcontainer.json b/.devcontainer.json new file mode 100644 index 0000000000000..c40157671ce76 --- /dev/null +++ b/.devcontainer.json @@ -0,0 +1,8 @@ +{ + "name": "Dev Container Definition - AWS CDK", + "image": "jsii/superchain", + "postCreateCommand": "yarn build --skip-test --no-bail --skip-prereqs --skip-compat", + "extensions": [ + "dbaeumer.vscode-eslint@2.1.5" + ] +} \ No newline at end of file