Skip to content

Commit

Permalink
feat: add configuration for GitHub CodeSpaces (#10470)
Browse files Browse the repository at this point in the history
Add `.devcontainer.json` referencing the existing `.gitpod.yml` for supporting GitHub codespaces

closes #10447 

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
ayush987goyal authored Sep 22, 2020
1 parent dac1e12 commit bf3cc21
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit bf3cc21

Please sign in to comment.