gitforge/contrib/ide/vscode/settings.json
wetneb 97572bef1f chore: improve VSCodium config (#12772)
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>
2026-07-14 01:38:01 +02:00

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,
}