mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-14 05:41:27 +01:00
Merge pull request 'Fix VSCode settings' (#1881) from wetneb/forgejo:vscode_settings into forgejo-dependency
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/1881
This commit is contained in:
commit
53364d3d00
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"go.buildTags": "'sqlite sqlite_unlock_notify'",
|
||||
"go.buildTags": "sqlite,sqlite_unlock_notify",
|
||||
"go.testFlags": ["-v"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue