- Remove
graphql.useLanguageServersetting. Instead, the extension will be automatically started if a.graphqlconfigfile is detected in the workspace.
- Add support for syntax highlighting
"""declarations (#11) - Add support for syntax highlighting
inputandscalartypes (#11)
- Add support for
.gqlextensions
- 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
graphqldependencies 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