remove trailing comma

This commit is contained in:
Cedric Verstraeten
2023-04-20 10:51:35 +02:00
parent d4e37e0bae
commit 50babedcbf

View File

@@ -14,7 +14,7 @@
// Uncomment the next line to run commands after the container is created - for example installing curl.
"postCreateCommand": "cd ui && yarn install && yarn build && cd ../machinery && go mod download",
"features": {
"ghcr.io/devcontainers-contrib/features/ansible:1": {},
"ghcr.io/devcontainers-contrib/features/ansible:1": {}
},
"customizations": {
"vscode": {