launch config for EasyRSA script
This commit is contained in:
parent
583d1de06a
commit
eb2301d193
1 changed files with 7 additions and 0 deletions
7
api/.vscode/launch.json
vendored
7
api/.vscode/launch.json
vendored
|
@ -10,6 +10,13 @@
|
|||
"request": "launch",
|
||||
"module": "kiwi_vpn_api.main",
|
||||
"justMyCode": true
|
||||
},
|
||||
{
|
||||
"name": "EasyRSA script",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"module": "kiwi_vpn_api.easyrsa",
|
||||
"justMyCode": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue