Files
gitea/contrib/ide/vscode/settings.json
wxiaoguang a39af1a829 refactor: use modernc sqlite driver as default (#37562)
The mattn driver is still kept, can be enabled by
TAGS="sqlite_mattn sqlite_unlock_notify"

---------

Co-authored-by: TheFox0x7 <thefox0x7@gmail.com>
2026-05-06 18:57:59 +00:00

5 lines
55 B
JSON

{
"go.buildTags": "",
"go.testFlags": ["-v"]
}