- Remove
graphql.useLanguageServer
setting. Instead, the extension will be automatically started if a.graphqlconfig
file is detected in the workspace.
- Add support for syntax highlighting
"""
declarations (#11) - Add support for syntax highlighting
input
andscalar
types (#11)
- Add support for
.gql
extensions
- Upgrade graphql-language-service-server to ^1.1.2 (thanks @lostplan, @mgadda)
- Add support for
textDocument/hover
- Add support for online schemas, configurable via
.graphqlconfig
- Remove watchman requirement
- Add support for
- Stop opening debug console on startup
- Support debugging in node 7.7+ (#14)
- Support syntax highlighting for type, interface, and enum declarations
- Improve syntax highlighting for directives, array types, variable declarations
- Fix an issue with multiple
graphql
dependencies innode_modules
- Upgrade graphql-language-service-server to 1.0.18
- Fix Comment Selection support (#5)
- Support for language service features using graphql-language-service
- Initial release
- Syntax highlighting support