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

command 'extension.isDebugging' not found #224

Closed lastmjs closed 4 years ago

lastmjs commented 4 years ago

Actual Behavior

I am trying to get this extension to work. It looks like syntax highlighting works, but I am getting no schema validation, which is extremely important to me. I'm attempting to debug this, but when I click the GraphQL extension button at the bottom of VS Code, I see this error: "command 'extension.isDebugging' not found".

Expected Behavior

I don't expect to see this error: "command 'extension.isDebugging' not found". I would expect to see some information that might be helpful in fixing this issue.

Steps to Reproduce the Problem Or Description

Install the extension, click the GraphQL extension button.

Specifications

Logs Of TS Server || GraphQL Language Service

NA