Skip to content

Commit

Permalink
release: 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen committed Apr 26, 2018
1 parent 5ed4d8a commit 42e8528
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
Expand Down

0 comments on commit 42e8528

Please sign in to comment.