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

clicking file path in terminal leads to error message #97

Open mgerhold opened 11 months ago

mgerhold commented 11 months ago

Out of the following file paths, only the last one works as intended. The other ones lead to two error messages (see screenshots below).

    ╭─[C:\dev\rust\kiddo\test.bs:19:1]
    ╭─[C:\dev\rust\kiddo\test.bs:19]
    ╭─ C:\dev\rust\kiddo\test.bs:19
    --> [C:\dev\rust\kiddo\test.bs:19:5]
    --> C:\dev\rust\kiddo\test.bs:19:5

image image

The following screenshot shows the terminal inside the IDE (RustRover in this case): image