diff --git a/.changeset/sweet-peaches-tap.md b/.changeset/sweet-peaches-tap.md new file mode 100644 index 00000000000..f42471dff1e --- /dev/null +++ b/.changeset/sweet-peaches-tap.md @@ -0,0 +1,5 @@ +--- +'vscode-graphql': patch +--- + +disable exec extension in vscode-graphql until stable diff --git a/packages/vscode-graphql/package.json b/packages/vscode-graphql/package.json index a3d9008fe75..04f0e71669b 100644 --- a/packages/vscode-graphql/package.json +++ b/packages/vscode-graphql/package.json @@ -51,8 +51,7 @@ ], "main": "./out/extension", "extensionDependencies": [ - "GraphQL.vscode-graphql-syntax", - "GraphQL.vscode-graphql-execution" + "GraphQL.vscode-graphql-syntax" ], "contributes": { "snippets": [