status-go/.vscode/settings.json

9 lines
167 B
JSON
Raw Normal View History

2020-01-15 22:23:51 +00:00
{
2022-11-16 21:21:30 +00:00
"go.formatFlags": [
"-local",
"github.com/ethereum/go-ethereum,github.com/status-im/status-go",
"-w"
],
"go.testTags": "gowaku_skip_migrations",
2020-01-15 22:23:51 +00:00
}