This website requires JavaScript.
Explore
Help
Sign in
serv
/
forgejo
Watch
1
Star
0
Fork
You've already forked forgejo
0
mirror of
https://codeberg.org/forgejo/forgejo.git
synced
2025-01-06 02:48:51 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
2b1aa50bd1
forgejo
/
contrib
/
ide
/
vscode
/
settings.json
5 lines
82 B
JSON
Raw
Normal View
History
Unescape
Escape
fix quotation marks in launch.json (#13325) Co-authored-by: zeripath <art27@cantab.net>
2020-10-27 23:58:09 +03:00
{
[GITEA] fix VSCode settings Without this change, I get the error: > Error creating test engine: sqlite3 requires: import _ "github.com/mattn/go-sqlite3" or -tags sqlite,sqlite_unlock_notify (cherry picked from commit 15fa4cf98e6f72203e4e1e8906ae32ce5cc6b753) (cherry picked from commit 29932030932e74410857fcdb97ccca9374c8232a) (cherry picked from commit f5054e48832d056ab72bf6c46369bc64098dc06b)
2023-12-04 16:10:23 +03:00
"go.buildTags"
:
"sqlite,sqlite_unlock_notify"
,
fix quotation marks in launch.json (#13325) Co-authored-by: zeripath <art27@cantab.net>
2020-10-27 23:58:09 +03:00
"go.testFlags"
:
[
"-v"
]
[GITEA] fix VSCode settings Without this change, I get the error: > Error creating test engine: sqlite3 requires: import _ "github.com/mattn/go-sqlite3" or -tags sqlite,sqlite_unlock_notify (cherry picked from commit 15fa4cf98e6f72203e4e1e8906ae32ce5cc6b753) (cherry picked from commit 29932030932e74410857fcdb97ccca9374c8232a) (cherry picked from commit f5054e48832d056ab72bf6c46369bc64098dc06b)
2023-12-04 16:10:23 +03:00
}
Reference in a new issue
Copy permalink