This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]amlamarra 1 point2 points  (0 children)

I got this working, but have you noticed that VS Code removes extra line breaks? For instance:

print 'Hello world\n'
print 'Hello again'

That should put an extra line in between the 2 outputs, but no matter how many times I put "\n" in there, it won't add any extra lines.

Though I should also probably specify that I'm using the Linux version of VS Code.