anthraxx / intellij-awesome-console

IntelliJ IDEA plugin: awesome console finally makes links in your console at least 200% more awesome!
MIT License
159 stars 40 forks source link

Add support for C# stacktrace line numbers #101

Open Kiryu144 opened 4 months ago

Kiryu144 commented 4 months ago

Currently the file references in C# stacktraces are not properly parsing the line number. This PR rectifies that.

anyesu commented 4 months ago

My PR #102 has fixed this issue.

see https://github.com/anyesu/intellij-awesome-console/commit/638016f95af03181269f5b6bb043f08246e6f3a0

You can try my fork anyesu/intellij-awesome-console , if it gets merged then this PR should be closed.

Kiryu144 commented 4 months ago

My PR #102 has fixed this issue.

see anyesu/intellij-awesome-console@638016f

You can try my fork anyesu/intellij-awesome-console , if it gets merged then this PR should be closed.

Well that PR didn't exist when I made mine. I'll keep it up to @anthraxx how he wants to handle things :)