diff options
Diffstat (limited to 'contrib/ide/vscode/launch.json')
-rw-r--r-- | contrib/ide/vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ide/vscode/launch.json b/contrib/ide/vscode/launch.json index 6e90aa0eaa..10df14ef37 100644 --- a/contrib/ide/vscode/launch.json +++ b/contrib/ide/vscode/launch.json @@ -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", |