/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/debugging-configs/vscode/launch-via-cli/launch.json
15 строк
358 B
Sarah French
Add .vscode/ to .gitignore, add launch configuration samples elsewhere in repo, update debugging docs (#36527)
19 фев 2025, 13:04
Не верифицирован
19 фев 2025, 13:04
6784407
Код
Авторство
О чём код?
{ "version": "0.2.0", "configurations": [ { "name": "Connect to dlv server", "type": "go", "debugAdapter": "dlv-dap", "request": "attach", "mode": "remote", "remotePath": "${workspaceFolder}", "port": 2345, "host": "127.0.0.1", } ] }