Commit Graph
3 Commits
Author SHA1 Message Date
Grégoire Paris 2a5a7baffc Add support for multiline messages (#3686)
This is achieved by switching to JSON, which makes it much easier to
avoid confusion between an error message and the next one. It also
spares us from having to deal with regular expressions, and eliminates
some edge cases that no longer need to be tested.
2021-07-09 23:59:36 +09:00
Grégoire Paris 95b8689835 Add the possiblity to add extra psalm options 2019-10-07 23:15:01 +02:00
Grégoire Paris e47c1965a6 Use the psalm executable with the LS option
This is the simplest way of getting the psalm language server to run
now.
2019-07-25 23:19:30 +02:00