Merge pull request #1427 from adamoutler/crash-fixes

speed up devcontainer remove extension
This commit is contained in:
Jokob @NetAlertX
2026-01-19 08:07:29 +11:00
committed by GitHub

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",