Run GitHub GraphQL queries and mutations in VS Code
Recently, while using the extension to prototype queries, I ran into some hurdles. Specifically, I was restricted from prototyping several queries related to my organizations. Did a bit of digging, and figured out that line 14 of extension.ts is the culprit: https://github.com/joyceerhl/vscode-github-graphql-notebooks/blob/0216faff8823d2afc33661465bab3c7acffe16af/src/extension.ts#L14 If authentication scopes could be customized, users could authorize scopes other than `repo` and `workflow`. I made the change in the local cached copy of the extension and confirmed my queries were now functional. I could attempt to write a fix and send a pull request; just haven't done much work in VSC extensions...
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by jason-dour and has received 5 comments.