Updated CLI to output more useful information.

This commit is contained in:
2025-01-17 16:40:39 +00:00
parent ca59751c35
commit ba72199efc
7 changed files with 58457 additions and 23 deletions

View File

@@ -12,7 +12,7 @@
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip3 install --user -r requirements.txt && pip3 install -e .",
"postCreateCommand": "pip3 install --user -r requirements.txt",
"customizations": {
"vscode": {
"extensions": [