github.com/web-platform-tests/wpt.fyi@v0.0.0-20240530210107-70cf978996f1/.vscode/settings.json (about)

     1  {
     2    "go.buildTags": "small,medium,large,cloud",
     3    "search.exclude": {
     4      "**/node_modules": true,
     5      "**/bower_components": true,
     6      "webapp/static": true
     7    },
     8    "debug.node.autoAttach": "on",
     9    "go.formatTool": "goimports"
    10  }