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 links in python traceback opens cmd prompt instead of going to line in file. #74

Open jasoncwa opened 3 years ago

jasoncwa commented 3 years ago

I am using IntelliJ IDEA IC-203.7148.57 with the Python Plugin 203.7148.72 and Awesome Console 0.1337.10. When I click the links from a traceback instead of opening the editor to the correct line it opens a command prompt and runs the script. From the reviews is sounds like this behavior was fixed in Pycharm but since I develop in multiple languages I am using base IntelliJ IDEA with the Python plugin.

astromness commented 3 years ago

I'm Running PyCharm PyCharm 2020.3.3 (Professional Edition) and encountering the same issue, so I"m not sure this exclusive to IntelliJ.

dmeibusch commented 3 years ago

I had the same issue with Intellij Ultimate (not surprisingly). On MacOS, I changed the global file association of .py files from XCode (which claimed python code after I installed it) to the Intellij app.

Zeragamba commented 3 years ago

sounds like it's possibly related to #49