diff --git a/.vscode/launch.json b/.vscode/launch.json index ba2c8499ab..cc2486031b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,6 +13,9 @@ "type": "go", "request": "launch", "mode": "test", + "buildFlags": [ + "-tags=test_dep" + ], "program": "${relativeFileDirname}", "args": [ "-testify.m",