Replies: 5 comments
-
Duplicate of #3002 |
Beta Was this translation helpful? Give feedback.
-
@kirawi The above issue runs the LSP inside a container. The feature I want support for runs Helix in the container too. Thus I do not think this is a duplicate. |
Beta Was this translation helpful? Give feedback.
-
After some hacking, here is the progress I made:
To get it running, clone the repo in step 1, checkout the correct branch and then run the command in Things that need to be figured out here:
|
Beta Was this translation helpful? Give feedback.
-
I made a pubic gist with info on how to get basic devcontainer support working: https://gist.github.com/IgnisDa/f4c1ffb3b798686df3193a80cbd5b3eb. |
Beta Was this translation helpful? Give feedback.
-
Since helix is very lightweight and doesn't require an X server, what about running helix itself in a container together with the lsp and tooling for the language in question? |
Beta Was this translation helpful? Give feedback.
-
Hello. Thank you developers and awesome project!
It would be really great if helix support developing in devcontainers (either in core or via plugins). A lot of developers prefer not to clutter their systems with language tools (like rust-analyzer), and devcontainers does really well in addressing.
Looking at it from a surface level, it should be doable. Devcontainers has a CLI that can be packaged and installed once this PR lands.
Helix itself can be run similar to how their vim example works.
Would be great if you could tell me the viability of this feature. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions