Files
SpecterOps-Nemesis/packages/python/nemesiscommon/.vscode/launch.json
T
Lee Christensen fe4e0d70a4 commited for life
2023-08-09 13:14:44 -07:00

15 lines
448 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Debug Tests",
"type": "python",
"request": "test",
"console": "internalConsole",
"justMyCode": false
}
]
}