* 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
14 lines
439 B
JSON
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"
|
|
}
|
|
]
|
|
} |