hacktricks/.vscode/launch.json

23 lines
No EOL
862 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": "Python: Current File",
"type": "python",
"request": "launch",
"program": "scripts/translator.py",
"console": "integratedTerminal",
"justMyCode": true,
"args": [
"--language", "Spanish",
"--branch", "es",
"--api-key", "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",
"-f", "macos-hardening/macos-security-and-privilege-escalation/mac-os-architecture/macos-kernel-extensions.md , ",
"-t", "3"
]
}
]
}