Update devcontainer file (#29519)

This commit is contained in:
Jesse Hills 2023-10-25 16:56:52 +13:00 committed by GitHub
parent f42e0522f5
commit 692352364f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@
"appPort": [4000],
"onCreateCommand": "bundle install && npm install",
"containerEnv": { "DEVCONTAINER": "true" },
"customizations": {
"vscode": {
"extensions": [
"davidanson.vscode-markdownlint",
"editorconfig.editorconfig",
@ -30,3 +32,5 @@
"workbench.startupEditor": "none"
}
}
}
}