如何检查 VSCode 扩展发出的底层网络请求?

Ris*_*hal 10 visual-studio-code vscode-extensions

我正在尝试使用此扩展: https: //github.com/prisma/vscode-graphql我收到一个奇怪的意外网络错误。

Error: Network error: When parsing the constructor GraphQLRequest of type Hasura.GraphQL.Transport.HTTP.Protocol.GraphQLRequest expected Object but got Array.

我希望查看扩展的底层网络请求以找到问题的根本原因。

注意:我尝试过Help -> Toggle developer tools。网络请求没有反映在那里。