-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add integration for Swift-MesonLSP #123
Conversation
3989544
to
55db2c0
Compare
I think this is ready for review. Automatic updates are currently not implemented as I don't know what the best way would be. This adds a few dependencies: lsp.ts is based a bit on the Vala VSCode extension (MIT) |
49ac4ec
to
53ed4d4
Compare
The clangd, codeql, rust analyzer extensions might be good to look at for inspiration on auto updating. |
72ec732
to
005247c
Compare
18d6001
to
a90effc
Compare
Not sure why exactly it breaks, but I broke it (Albeit I haven't touched the file) I've fixed it, but it requires changing unrelated code |
78055fe
to
da657bd
Compare
Did you rebase on master? Some new workflows and things got added |
Yes, already reformatted everything |
I've accidentally bumped the |
ce10126
to
ddab029
Compare
8bd8c7c
to
943d50d
Compare
Ha. Thanks for rebasing :). |
Co-Authored-By: Tristan Partin <[email protected]>
I've bumped to 2.4.4 a version that has a few auto-completion improvements. For this release there won't be any improvements to the formatting of tooltips during hovering. But I think for now it's good enough to merge this PR |
See #119
Features