Replies: 1 comment 2 replies
-
Hey @alycklama, I transfered this over to the main Metals repo since this isn't actually unique to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm testing nvim-metals with a simple hello world console app. So far I have not figured out how to access stdin to provide the input.
Looking at DAP, I saw that each debugging adapter can potentially launch the debugee in an integrated terminal or
an external terminal (see section dap-terminal), but I have not seen this in the nvim-metals codebase:
https://github.com/mfussenegger/nvim-dap/blob/master/doc/dap.txt
Any idea how I can access stdin to provide input?
Beta Was this translation helpful? Give feedback.
All reactions