mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-20 03:51:09 +00:00
The mattn driver is still kept, can be enabled by TAGS="sqlite_mattn sqlite_unlock_notify" --------- Co-authored-by: TheFox0x7 <thefox0x7@gmail.com>
19 lines
342 B
JSON
19 lines
342 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch",
|
|
"type": "go",
|
|
"request": "launch",
|
|
"mode": "debug",
|
|
"buildFlags": "",
|
|
"program": "${workspaceRoot}/main.go",
|
|
"env": {
|
|
"GITEA_WORK_DIR": "${workspaceRoot}",
|
|
},
|
|
"args": ["web"],
|
|
"showLog": true
|
|
}
|
|
]
|
|
}
|