diff --git a/.vscode/settings.json b/.vscode/settings.json index ce99e8b7e..0254a6361 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,8 @@ { - "go.formatFlags": [ "-local", "github.com/ethereum/go-ethereum,github.com/status-im/status-go", "-w"], + "go.formatFlags": [ + "-local", + "github.com/ethereum/go-ethereum,github.com/status-im/status-go", + "-w" + ], + "go.testTags": "gowaku_skip_migrations", }