Skip to content

Commit bf3cc21

Browse files
authoredSep 22, 2020
feat: add configuration for GitHub CodeSpaces (aws#10470)
Add `.devcontainer.json` referencing the existing `.gitpod.yml` for supporting GitHub codespaces closes aws#10447 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent dac1e12 commit bf3cc21

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎.devcontainer.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "Dev Container Definition - AWS CDK",
3+
"image": "jsii/superchain",
4+
"postCreateCommand": "yarn build --skip-test --no-bail --skip-prereqs --skip-compat",
5+
"extensions": [
6+
"dbaeumer.vscode-eslint@2.1.5"
7+
]
8+
}

0 commit comments

Comments
 (0)
Please sign in to comment.