mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
Coderabit changes
This commit is contained in:
@@ -43,9 +43,12 @@
|
||||
}
|
||||
},
|
||||
|
||||
"postCreateCommand": "/opt/venv/bin/pip3 install pytest docker debugpy",
|
||||
"postStartCommand": "${containerWorkspaceFolder}/.devcontainer/scripts/setup.sh",
|
||||
|
||||
"postCreateCommand": {
|
||||
"Install Pip Requriements": "/opt/venv/bin/pip3 install pytest docker debugpy"
|
||||
},
|
||||
"postStartCommand": {
|
||||
"Start Environment":"${containerWorkspaceFolder}/.devcontainer/scripts/setup.sh"
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
|
||||
Reference in New Issue
Block a user