chore: fix vscode test run
This commit is contained in:
parent
9227c631c3
commit
2b6c0da1c7
|
@ -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",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue