graphql / vscode-graphql

MIGRATED: VSCode GraphQL extension (autocompletion, go-to definition, syntax highlighting)
https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql
MIT License
557 stars 71 forks source link

Add option to hide "execute mutation" in code #189

Closed homoky closed 4 years ago

homoky commented 4 years ago

Actual Behavior

No config for setting if execute will be shown in query on mutation.

Expected Behavior

Boolean config where it can be hidden with.

Specifications

acao commented 4 years ago

this is relatively easy because it's entirely client side, and our current major blockage is loading settings on the language server side

acao commented 4 years ago

this was added in 0.3.1!

tetchel commented 2 years ago

For anyone else looking for this, the setting is "vscode-graphql.showExecCodelens": false

acao commented 2 years ago

Yep! The readme explains all of the vscode and graphql config extension settings