status-go/.vscode/settings.json
2023-10-05 19:28:00 +02:00

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