github.com/ava-labs/avalanchego@v1.11.11/.vscode/settings.json (about)

     1  {
     2      "gopls": {
     3          "build.buildFlags": [
     4              // Context: https://github.com/ava-labs/avalanchego/pull/3173
     5              // Without this tag, the language server won't build the test-only
     6              // code in non-_test.go files.
     7              "--tags='test'",
     8          ],
     9      },
    10      "go.testTags": "test",
    11  }