Double-clicking console message doesn't open the line of code in VS (2018.4)

I’m using Unity 2018.4.1 on Windows with VS2017.

If I double-click a message in the console, and that message came from a script that’s in my project (under Assets), then I’m taken to that line of code in VS just fine. However, if the message comes from a script that’s a part of a package I have installed, then nothing happens.

This is an “embedded” package I have installed, which I have total write access to as it’s being developed in parallel with the project. This is a real annoyance… am I missing something?

Okay, this appears to be working correctly in 2019.2.2

Anybody know in which version this was actually fixed? And if it’s not in the latest 2018.4 (LTS) yet - is there any plan for it?

Thanks