I'm opening a logfile in vscode from a user, so it has a structure like this:
# [2019-11-15 13:59:30 - reader.py:236 - INFO - reading file]
# [2019-11-15 13:59:30 - reader.py:265 - INFO - writing to cache]
at the moment, I'm copying the filename and lineno and press CMD + P
and paste for example reader.py:236
which opens the file on that line. Is there a way to use that logfile in a more integrated way, like piping it to the OUTUPUT?