status-go/.vscode/settings.json

12 lines
226 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"
],
2023-10-25 16:49:18 +00:00
"go.testTags": "gowaku_skip_migrations,gowaku_no_rln",
"cSpell.words": [
"unmarshalling"
],
2020-01-15 22:23:51 +00:00
}