-
Hi all, Can I do something similar with the templ lsp? Or what are my options to communicate with it inside the docker container? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well I have figured it out with some help from the folks in the gopher discord. I can redirect the templ lsp stdin/out communication into tcp with socat like this: |
Beta Was this translation helpful? Give feedback.
Well I have figured it out with some help from the folks in the gopher discord. I can redirect the templ lsp stdin/out communication into tcp with socat like this:
socat TCP4-LISTEN:8888,reuseaddr,fork EXEC:"templ lsp"