graphql / vscode-graphql

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

How do i disable "Execute Query"? #378

Closed MariuzM closed 2 years ago

MariuzM commented 2 years ago

How do i disable this added line?

Screen Shot 2021-12-06 at 09 48 22

Tridie2000 commented 2 years ago

Add the following line to your settings.json-file: "vscode-graphql.showExecCodelens": false

Restart or reload VS Code so the changes can take effect.