anthraxx/intellij-awesome-console

clicking file path in terminal leads to error message

Opened this issue · 0 comments

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