This website works better with JavaScript.
code
.tokarch.uk
Explore
Help
Sign In
third_party
/
gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
10438
Commits
2
Branches
0
Tags
240 MiB
Tree:
543697e61e
gitea
/
contrib
/
ide
/
vscode
/
settings.json
4 lines
83 B
Raw
Normal View
History
Unescape
Escape
fix quotation marks in launch.json (#13325) Co-authored-by: zeripath <art27@cantab.net>
4 years ago
{
"go.buildTags"
:
"'sqlite sqlite_unlock_notify'"
,
"go.testFlags"
:
[
"-v"
]
}