From 3602a58984cd8660dbdfd93c0d35c210cd3be262 Mon Sep 17 00:00:00 2001 From: Andy Date: Thu, 20 Aug 2020 17:24:27 +0200 Subject: [PATCH] Adding purescript-language-server to tools --- guides/Error-Suggestions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/Error-Suggestions.md b/guides/Error-Suggestions.md index b86d28cc..14fee0d3 100644 --- a/guides/Error-Suggestions.md +++ b/guides/Error-Suggestions.md @@ -11,10 +11,11 @@ ouput of the compiler, but in the JSON output in a machine-usable format. * [psc-ide-vim](https://github.com/FrigoEU/psc-ide-vim/blob/master/doc/psc-ide-vim.txt#L61) * [atom-ide-purescript](https://github.com/nwolverson/atom-ide-purescript#error-suggestions--quick-fix) * [vscode-ide-purescript](https://github.com/nwolverson/vscode-ide-purescript) +* [purescript-language-server](https://github.com/nwolverson/purescript-language-server) ### Fixable issues Classes of issues with support for auto-fix suggestions: * Import warnings (e.g. remove unused imports, make import explicit) -* Missing type annotation (top level type annotations and `_`) \ No newline at end of file +* Missing type annotation (top level type annotations and `_`)