-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
[WIP] Local LSP server that extends and enhances remote LSP server #119
Conversation
ef11137
to
d718e0c
Compare
Can you explain that a bit? ALso i am not sure about thos many force pushes here. |
Next question: |
Signed-off-by: Samuel Brucksch <sasliga@freenet.de> (github: SamuelBrucksch)
d718e0c
to
ce7e8d7
Compare
After a very rough scan it seems to me that there are some overlapping changes with #117. This would explain the "force push". |
I will merge this one really fast. Maybe you should wait for that and do a rebase then @SamuelBrucksch |
Hi, the LSP somehow did not work well when it was in the same module. So i seperated it like in the lsp example here: Now we have a client folder that includes the extension and a server folder that includes the LSP server. This has also the benefit, that we can deploy the LSP server somewhere else if we want. The force pushes were because i missed some things and i did not want unnecessary git commit messages to show up. However if that is not wished and instead many commit messages do not matter i can also do single commits. Thats fine as well for me. The changes from #117 are not reflected here yet, however we somehow have to take a close look when merging together as we will most likely get some merge conflicts because of folder structure changes. This is only a LSP server push, however because of my settings in vscode some of the files appear to be modified but its actually just formatting. This is why i proposed to use prettier and/or standard to reduce unrelated formatting changes to a minimum. If there is no clear instruction on how to setup vscode formatting, there is now way around this. But i can also do a clean fresh PR when you merged your changes, then i can also revert all those formatting changes and its easier to see what actually changed. |
Please. I love many commits. ❤️ I don't know why, but anytime i read a "force" within git my alarm bells ring. 😄 Code formattingYou are fully right that there needs to be something like a standard. It didn't matter, while only kuba worked here and i did some json snippets. But since this is not a standalone project i would like to have some opinion from @kubawolanin or @kaikreuzer too. I know that this answer may not satisfy you know, but i think this is nothing we have to decide in the next minutes. |
Maybe you could share your settings here and maybe we can already add something to the .vscode folder. |
Will close this and reopen another one that is cleaner. Will disable save on format so i do not accidentaly push only formatted files. |
WIP, heavy modification of folder structure was required, so there might be more changes in the files changed section than actual changes.
This will fix #95 when all the work is done.
Signed-off-by: Samuel Brucksch sasliga@freenet.de (github: SamuelBrucksch)