We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb89fa1 commit 6c2c521Copy full SHA for 6c2c521
contrib/ide/vscode/launch.json
@@ -19,7 +19,7 @@
19
"type": "go",
20
"request": "launch",
21
"mode": "debug",
22
- "buildFlags": "-tags=\"sqlite sqlite_unlock_notify\"",
+ "buildFlags": "-tags='sqlite sqlite_unlock_notify'",
23
"port": 2345,
24
"host": "127.0.0.1",
25
"program": "${workspaceRoot}/main.go",
contrib/ide/vscode/settings.json
@@ -0,0 +1,4 @@
1
+{
2
+ "go.buildTags": "'sqlite sqlite_unlock_notify'",
3
+ "go.testFlags": ["-v"]
4
+}
0 commit comments