You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension version (available under the Extensions sidebar): 2018.12.1
OS and version: macOS 10.12.6
Python version (& distribution if applicable, e.g. Anaconda): 3.6.7
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda
Actual behaviour
This code doesn't print any whitespace before the text.
But on the next lines they show properly.
At first this occurred to me in a more complicated example, but I couldn't make
a minimal example where the problem happens on another line than the first.
print("\tabc")
The text was updated successfully, but these errors were encountered:
Environment data
Actual behaviour
This code doesn't print any whitespace before the text.
But on the next lines they show properly.
At first this occurred to me in a more complicated example, but I couldn't make
a minimal example where the problem happens on another line than the first.
The text was updated successfully, but these errors were encountered: