fix: .vscode/launch.json

This commit is contained in:
Guz
2024-09-03 08:56:49 -03:00
parent 0ed66815f7
commit 97c53c4cc7

4
.vscode/launch.json vendored
View File

@@ -7,8 +7,8 @@
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/main.go",
"envFile": "${workspaceFolder}/.env",
}
"envFile": "${workspaceFolder}/.env"
"args": [""],
}
]
}