ionide / ionide-vscode-fsharp

VS Code plugin for F# development
http://ionide.io
MIT License
862 stars 279 forks source link

Clicking to references broken since 7.20.2 #2027

Closed OnurGumus closed 2 months ago

OnurGumus commented 4 months ago

When I click to references highlight in the code editor in order to see referencing code, I see a red error popup coming as

Cannot read properties of undefined (reading 'Start')

Downgrading to 7.20.1 fixes the problem.

Machine info

TheAngryByrd commented 2 months ago

Is there a repro you can provide?

OnurGumus commented 2 months ago

I thought this repros everywhere as it repros 2 different machines I had.

OnurGumus commented 2 months ago

The problem is still going on by the way in all newer versions

TheAngryByrd commented 2 months ago

yeah nothing has been done to address this issue yet. Would be willing to accept a PR here!

OnurGumus commented 2 months ago

I thought it would be simple fix for you since the regression version is well known

TheAngryByrd commented 2 months ago

It's not an issue of simple, it's an issue of time.

OnurGumus commented 2 months ago

Seems working, thanks a million 👍