github.com/status-im/status-go@v1.1.0/.vscode/settings.json (about)

     1  {
     2    "go.formatFlags": [
     3      "-local",
     4      "github.com/ethereum/go-ethereum,github.com/status-im/status-go",
     5      "-w"
     6    ],
     7    "go.testTags": "gowaku_skip_migrations,gowaku_no_rln",
     8    "cSpell.words": [
     9      "unmarshalling"
    10    ],
    11  }