miversen33 / netman.nvim

Neovim (Lua powered) Network Resource Manager
MIT License
337 stars 1 forks source link

Unable to start stopped containers #175

Closed miversen33 closed 9 months ago

miversen33 commented 9 months ago

In main you can click on a stopped container and the docker provider will prompt you asking if you wish to start the container. In v1.15, you cannot do this. Infact, neotree just treats the container as a directory. Kinda bad, we should fix that.

miversen33 commented 9 months ago

Turns out past Mike accounted for this and actually properly accounted for this exact situation in the new ASP model. The issue is that our neo-tree extension is not handling that bubble up response properly