chore: fix vscode test run

This commit is contained in:
Patryk Osmaczko 2022-11-16 22:21:30 +01:00 committed by osmaczko
parent 9227c631c3
commit 2b6c0da1c7

View file

@ -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",
}