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

Tilde is not a path in Angular output #54

Closed miloshavlicek closed 3 years ago

miloshavlicek commented 4 years ago

When an error occurs in my Angular (v 9.0.1) app, I see invalid links on tilde characters which are not links, but only highlight of the line above.

See below: image

Actual bebavior: ~~~~ is transformed as link.

Expected behavior: Tilde characters without links.

anthraxx commented 4 years ago

is the directory really named @app or is that just a marker?

miloshavlicek commented 4 years ago

@anthraxx Yes, it's directory name as is. The link to that file works fine on click.

twavv commented 4 years ago

This is a TypeScript thing, not just Angular. :^)

InsOpDe commented 4 years ago

image similiar problem with linux home alias ~ or should i open an extra issue for this?