remote-nvim.nvim icon indicating copy to clipboard operation
remote-nvim.nvim copied to clipboard

Fix pty for handling devpod provider setup

Open johannes-graner opened this issue 8 months ago • 2 comments

Implementation of this comment: https://github.com/amitds1997/remote-nvim.nvim/issues/182#issuecomment-2543545249, adding pty as an argument to the provider executor and passing pty = false when handling the provider setup for devpod.

I was unfortunately not able to set up all pre-commit hooks, so the selene hook has not been run against this PR.

This should fix #182.

johannes-graner avatar Mar 24 '25 15:03 johannes-graner

I have no comments on quality or anything of the sort, but this did fix the issue for me. Thank you.

cldershem avatar Jul 25 '25 19:07 cldershem

I can confirm this fix works for me! Please merge :)

MartinLoeper avatar Sep 15 '25 15:09 MartinLoeper