RLovelett / langserver-swift

A Swift implementation of the open Language Server Protocol.
Apache License 2.0
177 stars 16 forks source link

Use libSwiftPM instead of parsing the Yaml #17

Closed RLovelett closed 7 years ago

RLovelett commented 7 years ago

Make use of libSwiftPM to determine the command line arguments sent to the SourceKit Swift compiler.

This replaces parsing the Yaml files.