manateelazycat / lsp-bridge

A blazingly fast LSP client for Emacs
GNU General Public License v3.0
1.35k stars 197 forks source link

Support connect to lsp-bridge server running in devcontainer #962

Closed nohzafk closed 3 weeks ago

nohzafk commented 3 weeks ago

Long story short, here are screenshots of lsp-bridge connecting to lsp-bridge server running inside devcontainer, this will definitely help the editing expereince of using Emacs to access files inside docker container.

running on emacs -q

Screenshot 2024-06-08 at 6 40 21 PM

running on doom-emacs

Screenshot 2024-06-09 at 4 08 41 PM

instructions

Please see my other project about the instructions of using lsp-bridge in devcontainer.

curent limitation

When container is restarted, opened buffers are no longer valid, automatically reconnect like open remote SSH file is not supported.

manateelazycat commented 3 weeks ago

Wow, man, you are awesome!!!

nohzafk commented 3 weeks ago

that's quick! I will now point the devcontainer lsp-bridge feature to this repo master branch

nohzafk commented 3 weeks ago

Hopefully after some testing we can write about this feature in the README

manateelazycat commented 3 weeks ago

Hopefully after some testing we can write about this feature in the README

Sure, you're welcome. ;)

manateelazycat commented 3 weeks ago

that's quick! I will now point the devcontainer lsp-bridge feature to this repo master branch

I just finish csharp-ls support, this patch is awesome!

nohzafk commented 3 weeks ago

now lsp-bridge in devcontainer is pointed to master branch d4e3534