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

Extension issue #259

Closed Walterpina closed 2 years ago

Walterpina commented 3 years ago

:warning: We have written the needed data into your clipboard. Please paste! :warning:

divyenduz commented 3 years ago

@Walterpina Thank you for raising this issue. You missed pasting the clipboard content and without this we can't make progress on this issue, please do that or we will have to close this issue soon :)

tanyapowell commented 3 years ago

I'm also having an issue with version 1.51.1


{
    "messages": [],
    "activationTimes": {
        "codeLoadingTime": 15743,
        "activateCallTime": 5,
        "activateResolvedTime": 72,
        "activationReason": {
            "startup": true,
            "extensionId": {
                "value": "GraphQL.vscode-graphql",
                "_lower": "graphql.vscode-graphql"
            },
            "activationEvent": "workspaceContainsTimeout:**/.graphqlrc,**/.graphqlrc.{json,yaml,yml,js},**/graphql.config.{json,yaml,yml,js}"
        }
    },
    "runtimeErrors": []
}
vishalrao8 commented 3 years ago

This extension is causing performance issues in VSCode when used in my Flutter/Dart project.

{
    "messages": [],
    "activationTimes": {
        "codeLoadingTime": 8898,
        "activateCallTime": 6,
        "activateResolvedTime": 6,
        "activationReason": {
            "startup": true,
            "extensionId": {
                "value": "GraphQL.vscode-graphql",
                "_lower": "graphql.vscode-graphql"
            },
            "activationEvent": "workspaceContainsTimeout:**/.graphqlrc,**/.graphqlrc.{json,yaml,yml,js},**/graphql.config.{json,yaml,yml,js}"
        }
    },
    "runtimeErrors": []
}