From 53aa94326ed9a40f37353c844648a4377382b4a1 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 21 Jan 2020 23:22:11 +0900 Subject: Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 95eb5ac..9d5b387 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,24 @@ Currently, no way to uninstall/update server. Run this command again, newer vers | F# | fsharp-language-server | Yes | | GraphQL | gql-language-server | Yes | +## Notes + +### clangd + +There is a Linux OS/version that does not run locally installed clangd due to zlib version mismatch. If you want to use clangd, please install clangd on your system. + +### gql-language-server + +To use gql-language-server, `.gqlconfig` have to be located on the top of project directory. And schema must be pointed to the schema file correctly. + +```json5 +{ + schema: { + files: 'path/to/schema.graphql' + } +} +``` + ## License MIT -- cgit v1.2.3-54-g00ecf