status-go/.vscode/settings.json

9 lines
181 B
JSON

{
"go.formatFlags": [
"-local",
"github.com/ethereum/go-ethereum,github.com/status-im/status-go",
"-w"
],
"go.testTags": "gowaku_skip_migrations,gowaku_no_rln",
}