status-go/.vscode/settings.json

9 lines
167 B
JSON

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