Fixed vscode launch setting.

This commit is contained in:
Jianping Wu 2019-03-09 00:45:13 -08:00
parent 1c96244c6b
commit f579a2bd10

4
.vscode/launch.json vendored
View File

@ -8,8 +8,8 @@
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "exec",
"program": "${workspaceFolder}/build/bin/keva-stratum",
"mode": "auto",
"program": "${workspaceFolder}",
"env": {},
"args": []
}