mirror of
https://github.com/go-gitea/gitea
synced 2025-08-07 01:58:19 +00:00
fix quotation marks in launch.json (#13325)
Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "debug",
|
||||
"buildFlags": "-tags=\"sqlite sqlite_unlock_notify\"",
|
||||
"buildFlags": "-tags='sqlite sqlite_unlock_notify'",
|
||||
"port": 2345,
|
||||
"host": "127.0.0.1",
|
||||
"program": "${workspaceRoot}/main.go",
|
||||
|
Reference in New Issue
Block a user