Skip to content

Commit

Permalink
chore: add devcontainer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Jul 9, 2019
1 parent 9aa5709 commit a89c1ba
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .devcontainer/devcontainer.json
@@ -0,0 +1,13 @@
{
"name": "commitlint-dev",
"dockerComposeFile": ["../docker-compose.yml"],
"service": "commitlint",
"workspaceFolder": "/root/repo",
"shutdownAction": "stopCompose",
"extensions": [
"editorconfig.editorconfig",
"ms-vsliveshare.vsliveshare-pack",
"ms-azuretools.vscode-docker",
"esbenp.prettier-vscode"
]
}

0 comments on commit a89c1ba

Please sign in to comment.