mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-07-18 15:37:48 +00:00
While helping @vsdl set up their development, we had to make a couple of changes to the default VSCodium configuration. I found myself having to update my own config as well because I wasn't able to run tests from VSCodium anymore. So I wonder if something changed on Forgejo or VSCodium's side that made those edits necessary in some circumstances. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/12772 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
11 lines
280 B
JSON
11 lines
280 B
JSON
{
|
|
"go.buildTags": "sqlite,sqlite_unlock_notify",
|
|
"go.testFlags": ["-v"],
|
|
"go.lintTool": "golangci-lint",
|
|
"go.lintFlags": ["--fast"],
|
|
"go.testEnvVars": {
|
|
"GITEA_ROOT": "${workspaceRoot}",
|
|
"GITEA_CONF": "tests/sqlite.ini",
|
|
},
|
|
"chat.disableAIFeatures": true,
|
|
}
|