This website requires JavaScript.
Explore
Help
Sign In
magic_rb
/
forgejo
Template
Watch
1
Star
0
Fork
You've already forked forgejo
0
mirror of
https://codeberg.org/forgejo/forgejo
synced
2024-12-03 23:36:09 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a3127e90b2
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 21:58:09 +01: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) (cherry picked from commit e14c5f934c65441e5b2a75e084f17fc4812f6e52) (cherry picked from commit ed53157084bfac78c76ad924a9473caee4897829)
2023-12-04 14:10:23 +01:00
"go.buildTags"
:
"sqlite,sqlite_unlock_notify"
,
fix quotation marks in launch.json (#13325) Co-authored-by: zeripath <art27@cantab.net>
2020-10-27 21:58:09 +01: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) (cherry picked from commit e14c5f934c65441e5b2a75e084f17fc4812f6e52) (cherry picked from commit ed53157084bfac78c76ad924a9473caee4897829)
2023-12-04 14:10:23 +01:00
}
Reference in a new issue
Copy permalink