In js running in a devcontainer, how can I copy something to the host clipboard?
My objective is to run a node.js CLI inside my devcontainer. I want to copy some text to the host clipboard inside the container.
My objective is to run a node.js CLI inside my devcontainer. I want to copy some text to the host clipboard inside the container.