Files
splunk-security_content/.vscode/settings.json
2022-03-17 15:30:06 -05:00

10 lines
310 B
JSON

{
"python.testing.pytestArgs": [
"bin/contentctl_project"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.terminal.activateEnvironment": true,
"python.envFile": "${workspaceFolder}/.env",
"python.testing.cwd": "${workspaceFolder}"
}