Files
ofvp_Server/.vscode/launch.json
T
Sirherobrine23andGitHub 1200621325 New method to Get Wireguard IP (#11)
* Change to new Wireguard IP

* Update pull_request.yaml

* Wireguard IP Pool modifications

* Update express_route.js
2021-11-08 07:46:45 -03:00

24 lines
543 B
JSON

{
"version": "0.2.0",
"configurations": [
// Run command docker-compose
{
"type": "node",
"request": "launch",
"name": "Docker Compose",
"program": "${workspaceFolder}/.vscode/Docker_Compose_Run.js"
},
{
"type": "pwa-node",
"request": "launch",
"name": "Run Current Version",
"program": "${file}"
},
{
"type": "python",
"request": "launch",
"name": "Custom HTTP Proxy",
"program": "${workspaceFolder}/src/WebProxy/custom_http.py",
},
]
}