status-go/.vscode/settings.json

9 lines
181 B
JSON
Raw Normal View History

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