artbycrunk / vscode-maya

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

Strange log output in Maya #21

Closed tstex closed 2 years ago

tstex commented 4 years ago

I'm seeing this output in the Maya script editor when trying to debug:

// Error: Content-Length: 79; // // Error: Line 1.15: Syntax error // // Error: {"command":"disconnect","arguments":{"restart":false},"type":"request","seq":2}; // // Error: Line 1.10: Syntax error // // Error: // // Error: Line 2.0: Syntax error // // Error: Content-Length: 346; // // Error: Line 1.15: Syntax error // // Error: {"command":"initialize","arguments":{"clientID":"vscode","clientName":"Visual Studio Code","adapterID":"python","pathFormat":"pa€ // // Error: Line 1.10: Syntax error // // Error: // // Error: Line 2.0: Syntax error //

Not sure what it is happening here.

artbycrunk commented 4 years ago

hi @tstex whats the code your trying to run from vscode?

artbycrunk commented 2 years ago

Closing this issue as there has been no activity in a long time, feel free to re-open the issue if required.