Skip to content

Commit 3602a58

Browse files
committed
Adding purescript-language-server to tools
1 parent 081ec82 commit 3602a58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

guides/Error-Suggestions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ ouput of the compiler, but in the JSON output in a machine-usable format.
1111
* [psc-ide-vim](https://github.com/FrigoEU/psc-ide-vim/blob/master/doc/psc-ide-vim.txt#L61)
1212
* [atom-ide-purescript](https://github.com/nwolverson/atom-ide-purescript#error-suggestions--quick-fix)
1313
* [vscode-ide-purescript](https://github.com/nwolverson/vscode-ide-purescript)
14+
* [purescript-language-server](https://github.com/nwolverson/purescript-language-server)
1415

1516
### Fixable issues
1617

1718
Classes of issues with support for auto-fix suggestions:
1819

1920
* Import warnings (e.g. remove unused imports, make import explicit)
20-
* Missing type annotation (top level type annotations and `_`)
21+
* Missing type annotation (top level type annotations and `_`)

0 commit comments

Comments
 (0)