diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b4f3d..c1730ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## 0.2.3 +- Remove `graphql.useLanguageServer` setting. Instead, the extension will be automatically started if a [`.graphqlconfig`](https://github.com/graphcool/graphql-config) file is detected in the workspace. + ## 0.2.2 - Add support for syntax highlighting `"""` declarations ([#11](https://github.com/stephen/vscode-graphql/issues/11)) - Add support for syntax highlighting `input` and `scalar` types ([#11](https://github.com/stephen/vscode-graphql/issues/11)) diff --git a/package.json b/package.json index abd61fa..a90e889 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "repository": "https://github.com/stephen/vscode-graphql.git", "displayName": "GraphQL Language Support", "description": "GraphQL autocomplete, diagnostics, go to definition, and syntax highlighting.", - "version": "0.2.2", + "version": "0.2.3", "publisher": "stpn", "engines": { "vscode": "^1.18.0"