mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 07:54:22 +00:00
15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Lemma Server",
|
|
"type": "go",
|
|
"request": "launch",
|
|
"mode": "auto",
|
|
"program": "${workspaceFolder}/server/cmd/server/main.go",
|
|
"cwd": "${workspaceFolder}",
|
|
"envFile": "${workspaceFolder}/server/.env"
|
|
}
|
|
]
|
|
}
|