-
Notifications
You must be signed in to change notification settings - Fork 14
Allow lang server restart #85
Allow lang server restart #85
Conversation
Great changes so far! |
- add other build-related commands - build on deman - run - run TARGET - clean - clean up diagnostic parsing
@vknabel A lot of progress here.
Could be merged as-is, but I think the configuration still needs to be cleaned up a bit. (It should all use the same prefix |
Use active LTS and maintenance LTS
Actually @vknabel I think it would make sense to merge this without the settings cleanup so we can better pinpoint where any bugs come from. This is already a pretty major rewrite and changing how we fetch config any more seems like asking for more headaches |
Hey @clayreimann. Sorry for the late response and a huge thank you for all your amazing work! I have already started reviewing this PR. I will try to test everything as good as possible (on macOS and Linux), which is quite time consuming, but it will be worth it. Once I find bugs, I will probably fix them directly, if that's okay for you. Currently I am not sure how we handle the release and renamed configs or commands. Technically it would be a breaking change and would require a major version bump. |
Thanks a lot @clayreimann! |
I created a beta release tag: 2.11.0-beta.0. I try to test it bit, but I believe it should work fine. Will release it soon. |
A bunch of refactoring as well as adding commands for
swift clean
,swift run
, and restarting the language server.