vagrant-tramp icon indicating copy to clipboard operation
vagrant-tramp copied to clipboard

Vagrant-tramp lists boxes after their deletion

Open jmercouris opened this issue 9 years ago • 1 comments

When creating and deleting vagrant boxes in different locations on the system, they are not always created and deleted from the list when you press c-x c-f vagrant: + tab

this can be due to the Tramp file in ~/.emacs.d/Tramp

jmercouris avatar Oct 31 '15 15:10 jmercouris

We can come up with an eviction scheme for cached connections using tramp-cache. The docker-tramp method offers a docker-tramp-cleanup command which we could emulate.

Perhaps we could even try for something more automatic, but given how long vagrant commands take to run, it might add noticeable overhead time unless it's done asynchronously.

ryanprior avatar Nov 02 '15 01:11 ryanprior