Add python feature to devcontainer
This commit is contained in:
parent
bcd375a41c
commit
1216b6d3ad
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,11 @@
|
||||||
{
|
{
|
||||||
"name": "pallets/flask",
|
"name": "pallets/flask",
|
||||||
|
|
||||||
|
// Features to add to the devcontainer
|
||||||
|
"features": {
|
||||||
|
"ghcr.io/devcontainers/features/python:1": {}
|
||||||
|
},
|
||||||
|
|
||||||
// Displays a custom welcome message
|
// Displays a custom welcome message
|
||||||
"onCreateCommand": "sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",
|
"onCreateCommand": "sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue