2020-12-23 14:33:41 +00:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Launch Package",
|
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "debug",
|
|
|
|
"program": "${workspaceFolder}/src",
|
2021-12-09 09:16:36 +00:00
|
|
|
"cwd": "${workspaceFolder}/src"
|
2020-12-23 14:33:41 +00:00
|
|
|
}
|
|
|
|
]
|
2021-12-09 09:16:36 +00:00
|
|
|
}
|