Coderabit changes

This commit is contained in:
Adam Outler
2025-10-25 17:58:21 +00:00
parent 32f9111f66
commit c4a041e6e1
11 changed files with 45 additions and 121 deletions

21
.vscode/tasks.json vendored
View File

@@ -160,5 +160,26 @@
"color": "terminal.ansiBlue"
}
}
,
{
"label": "[Any] Build Unit Test Docker image",
"type": "shell",
"command": "docker build -t netalertx-test .",
"presentation": {
"echo": true,
"reveal": "always",
"panel": "shared",
"showReuseMessage": false
},
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": false
},
"icon": {
"id": "beaker",
"color": "terminal.ansiBlue"
}
}
]
}