Skip to content
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

Need for a quiet wkdev-enter #63

Closed
ntrrgc opened this issue Oct 24, 2024 · 1 comment
Closed

Need for a quiet wkdev-enter #63

ntrrgc opened this issue Oct 24, 2024 · 1 comment

Comments

@ntrrgc
Copy link
Member

ntrrgc commented Oct 24, 2024

A non-trivial amount of people want to do things like running their code editor outside of the WebKit SDK but still have clangd work. In order to get this working, there must be a way to invoke a command in the container from the host and get its stdin, stdout and stderr just as clean as if it was invoked directly inside the container, not polluted by messages like this:

wkdev-enter: Launch a command or spawn an interactive shell in a container built by 'wkdev-create'

-> Mounting host Wayland socket (wayland-0).

-> Mounting host Pipewire socket (pipewire-0).

Using clangd like this is just an example. You can imagine many other use cases where you need to execute commands in the container from the host and have a program in the host process the output and/or communicate with it.

@ntrrgc
Copy link
Member Author

ntrrgc commented Oct 29, 2024

PR #68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants