mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
save preoject specific settings for vscode
e.g. allow to run tests from IDE
This commit is contained in:
parent
603fca1e27
commit
d73be9fd6f
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||||
|
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"go.buildTags": "sqlite,sqlite_unlock_notify",
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user