all debugging online.

This commit is contained in:
Adam Outler
2025-10-03 22:12:42 +00:00
parent 1e04e9f571
commit ada92715a8
11 changed files with 151 additions and 46 deletions

19
.vscode/tasks.json vendored
View File

@@ -146,6 +146,25 @@
"id": "debug-stop",
"color": "terminal.ansiRed"
}
},
{
"label": "[Dev Container] List NetAlertX Ports",
"type": "shell",
"command": "./scripts/list-ports.sh",
"options": {
"cwd": "${workspaceFolder:NetAlertX}"
},
"presentation": {
"echo": true,
"reveal": "always",
"panel": "shared",
"showReuseMessage": false
},
"problemMatcher": [],
"icon": {
"id": "output",
"color": "terminal.ansiBlue"
}
}
]
}