mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
17 lines
293 B
JSON
17 lines
293 B
JSON
|
|
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Wails: build debug",
|
|
"type": "go",
|
|
"request": "launch",
|
|
"mode": "exec",
|
|
"program": "${workspaceFolder}/myapp",
|
|
"preLaunchTask": "wails_debug_build",
|
|
"env": {},
|
|
"args": []
|
|
}
|
|
]
|
|
}
|