Remove buggy pytest extension

This commit is contained in:
Adam Outler
2026-01-18 15:13:30 +00:00
parent cea3369b5e
commit 100e67156e

View File

@@ -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'" "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": { "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": { "customizations": {
"vscode": { "vscode": {
@@ -63,7 +63,6 @@
"bmewburn.vscode-intelephense-client", "bmewburn.vscode-intelephense-client",
"xdebug.php-debug", "xdebug.php-debug",
"ms-python.vscode-pylance", "ms-python.vscode-pylance",
"pamaron.pytest-runner",
"coderabbit.coderabbit-vscode", "coderabbit.coderabbit-vscode",
"ms-python.black-formatter", "ms-python.black-formatter",
"jeff-hykin.better-dockerfile-syntax", "jeff-hykin.better-dockerfile-syntax",