[GITEA] fix VSCode settings

Without this change, I get the error:
> Error creating test engine: sqlite3 requires: import _ "github.com/mattn/go-sqlite3" or -tags sqlite,sqlite_unlock_notify

(cherry picked from commit 15fa4cf98e)
(cherry picked from commit 2993203093)
(cherry picked from commit f5054e4883)
This commit is contained in:
Antonin Delpeuch 2023-12-04 14:10:23 +01:00 committed by Earl Warren
parent 321790a91e
commit e14c5f934c
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -1,4 +1,4 @@
{
"go.buildTags": "'sqlite sqlite_unlock_notify'",
"go.buildTags": "sqlite,sqlite_unlock_notify",
"go.testFlags": ["-v"]
}
}