aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
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