mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 02:51:48 +02:00
Update devcontainer.json
This commit is contained in:
parent
1fa276d8c1
commit
0be1ec655a
@ -6,10 +6,6 @@
|
|||||||
"waitFor": "onCreateCommand",
|
"waitFor": "onCreateCommand",
|
||||||
"onCreateCommand": "curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash && sudo apt install -y libmariadb3 libmariadb-dev",
|
"onCreateCommand": "curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash && sudo apt install -y libmariadb3 libmariadb-dev",
|
||||||
"updateContentCommand": "pip install -r backend/requirements.txt",
|
"updateContentCommand": "pip install -r backend/requirements.txt",
|
||||||
"postCreateCommand": "",
|
|
||||||
"postAttachCommand": {
|
|
||||||
"server": "flask --debug run"
|
|
||||||
},
|
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"5000": {
|
"5000": {
|
||||||
"label": "Application",
|
"label": "Application",
|
||||||
@ -24,15 +20,21 @@
|
|||||||
},
|
},
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"ms-python.python"
|
"ms-python.python",
|
||||||
|
"batisteo.vscode-django",
|
||||||
|
"ms-python.flake8",
|
||||||
|
"ms-python.isort",
|
||||||
|
"ms-python.vscode-pylance",
|
||||||
|
"redhat.vscode-yaml",
|
||||||
|
"ms-azuretools.vscode-docker",
|
||||||
|
"donjayamanne.python-extension-pack"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"forwardPorts": [
|
"forwardPorts": [
|
||||||
5000
|
5000
|
||||||
],
|
],
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers-contrib/features/angular-cli:2": {}
|
"ghcr.io/devcontainers-contrib/features/angular-cli:2": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user