Can't go to declaration when using remote Vagrant source and -e flag

Answered

 Hi,

I'm having an issue using the -e flag (editable sources) with Vagrant. The issue I'm having is that go to declaration does not seem to go to the source, only the copy in

system\remote_source-\hash\hash\.....\..py 

For instance, here is a file:


Then if I ctrl-B on the highlighted line, I go here:


Not here, which is the editable source:



Note the URL in the top bar.

Any ideas?

Thanks

0
2 comments
Avatar
Permanently deleted user

For anyone else stumbling into this. You can fix this with a hack. Simply recursively mark all the folders as source. It is not enough to mark the top level as source unfortunately. They all need to be source lol 

0

Please sign in to leave a comment.