Add python feature to devcontainer

This commit is contained in:
emisargent 2023-02-10 23:33:17 +00:00
parent bcd375a41c
commit 1216b6d3ad

View file

@ -2,6 +2,11 @@
{
"name": "pallets/flask",
// Features to add to the devcontainer
"features": {
"ghcr.io/devcontainers/features/python:1": {}
},
// Displays a custom welcome message
"onCreateCommand": "sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",