We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa5709 commit a89c1baCopy full SHA for a89c1ba
.devcontainer/devcontainer.json
@@ -0,0 +1,13 @@
1
+{
2
+ "name": "commitlint-dev",
3
+ "dockerComposeFile": ["../docker-compose.yml"],
4
+ "service": "commitlint",
5
+ "workspaceFolder": "/root/repo",
6
+ "shutdownAction": "stopCompose",
7
+ "extensions": [
8
+ "editorconfig.editorconfig",
9
+ "ms-vsliveshare.vsliveshare-pack",
10
+ "ms-azuretools.vscode-docker",
11
+ "esbenp.prettier-vscode"
12
+ ]
13
+}
0 commit comments