save preoject specific settings for vscode

e.g. allow to run tests from IDE
pull/32279/head
6543 4 months ago
parent 603fca1e27
commit d73be9fd6f
  1. 5
      .gitignore
  2. 3
      .vscode/settings.json

5
.gitignore vendored

@ -14,7 +14,10 @@ _test
/gitea_*
# MS VSCode
.vscode
.vscode/*
!.vscode/settings.json
!.vscode/launch.json
!.vscode/extensions.json
__debug_bin*
*.cgo1.go

@ -0,0 +1,3 @@
{
"go.buildTags": "sqlite,sqlite_unlock_notify",
}
Loading…
Cancel
Save