mirror of https://github.com/go-gitea/gitea.git
save preoject specific settings for vscode
e.g. allow to run tests from IDE
This commit is contained in:
parent
603fca1e27
commit
d73be9fd6f
|
@ -14,7 +14,10 @@ _test
|
||||||
/gitea_*
|
/gitea_*
|
||||||
|
|
||||||
# MS VSCode
|
# MS VSCode
|
||||||
.vscode
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
__debug_bin*
|
__debug_bin*
|
||||||
|
|
||||||
*.cgo1.go
|
*.cgo1.go
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"go.buildTags": "sqlite,sqlite_unlock_notify",
|
||||||
|
}
|
Loading…
Reference in New Issue