-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Environment data
- VS Code version: 1.13.1
- Extension version (available under the Extensions sidebar): 2019.1.0
- OS and version: macOS 10.13.6
- Python version (& distribution if applicable, e.g. Anaconda): python 3.7.2
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
- Relevant/affected Python packages and their versions: XXX
Expected behaviour
if True:
print()
else:
print()
try:
print()
except:
print()
Actual behaviour
Steps to reproduce:
- XXX
Logs
Output for Python
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Python
)
XXX
Output from Console
under the Developer Tools
panel (toggle Developer Tools on under Help
; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging
)
XXX
This may be a duplicate of known issue #2367 and #771 and #3188 , but issue #2367 points to #771, and #771 says this was supposed to be fixed by #2724 , and was closed and locked.
Issue #3188 was also closed due to being upstream issue, while microsoft/vscode#62464 (and microsoft/vscode#62519 which was claimed as duplicate) says this should be reported to extension repository.
This issue was supposed to be fixed, which isn't, it seems it's not very certain where this issue should go to, I'm just hoping I'm reporting to right place. Thanks.