diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 69e38a4a..ff0cbc43 100755 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -51,8 +51,8 @@ "Workspace Instructions": "printf '\n\n� DevContainer Ready! Starting Services...\n\n📁 To access /tmp folders in the workspace:\n File → Open Workspace from File → NetAlertX.code-workspace\n\n📖 See .devcontainer/WORKSPACE.md for details\n\n'" }, "postStartCommand": { - "Start Environment":"${containerWorkspaceFolder}/.devcontainer/scripts/setup.sh", - "Build test-container":"echo To speed up tests, building test container in background... && setsid docker buildx build -t netalertx-test . > /tmp/build.log 2>&1 && echo '🧪 Unit Test Docker image built: netalertx-test' &" + "Build test-container":"echo To speed up tests, building test container in background... && setsid docker buildx build -t netalertx-test . > /tmp/build.log 2>&1 && echo '🧪 Unit Test Docker image built: netalertx-test' &", + "Start Environment":"${containerWorkspaceFolder}/.devcontainer/scripts/setup.sh" }, "customizations": { "vscode": { @@ -63,7 +63,6 @@ "bmewburn.vscode-intelephense-client", "xdebug.php-debug", "ms-python.vscode-pylance", - "pamaron.pytest-runner", "coderabbit.coderabbit-vscode", "ms-python.black-formatter", "jeff-hykin.better-dockerfile-syntax",