artbycrunk / vscode-maya

A Visual Studio Code extension with support for coding for Maya.
MIT License
43 stars 9 forks source link

When sending python code to Maya and there are execution errors, is it possible to highlight the offending lines back in Code? #7

Closed digitalmonkey closed 4 years ago

digitalmonkey commented 4 years ago

When I send my Python scripts to Maya, I typically get some syntax errors initially - is there a way we can get the feedback out of Maya and highlight the offending lines in Code?

artbycrunk commented 4 years ago

hi @digitalmonkey, The information is available in VSC`s Output window under Maya. image

digitalmonkey commented 4 years ago

Thanks!