Files
ofvp_Server/.vscode/launch.json
T
Sirherobrine23andGitHub b85cbf60bd Refactoring Server (#4)
* start of refactoring

* Wireguard Init

* Update

* Config

* Ssh

* ShadowSockets

* Update Dockerfile

* Pull Request Actions

* Removed Dropbear And ssh Update

* Push

* Push

* Add

* to lower case files

* Rename Dirs

* Push

* vs code Dev Conatiner

* Update devcontainer
2021-10-06 13:01:32 -03:00

14 lines
439 B
JSON

{
// Use o IntelliSense para saber mais sobre os atributos possíveis.
// Focalizar para exibir as descrições dos atributos existentes.
// Para obter mais informações, acesse: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"request": "launch",
"name": "Run Docker Compose",
"program": "${workspaceFolder}/.vscode/DevRun.js"
}
]
}