15 lines
317 B
JSON
15 lines
317 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"
|
|
],
|
|
"gopls":{
|
|
"buildFlags": ["-tags=use_nwaku,gowaku_skip_migrations,gowaku_no_rln"]
|
|
}
|
|
}
|