status-go/.vscode/settings.json

12 lines
226 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",
"cSpell.words": [
"unmarshalling"
],
}