Environment data
- VS Code version: 1.25.1
- Extension version (available under the Extensions sidebar): 2018.7.1
- OS and version: Windows 10
- Python version (& distribution if applicable, e.g. Anaconda): Anaconda 5.1.0
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda
- Relevant/affected Python packages and their versions: Python
Actual behavior
After updating to 1.25.1, there are frequent messages (per second) of [Python (parser)] errors as I type a line. Is there a way to tell the Python parser to only parse upon save? I can't find the settings for parser in Settings.
Expected behavior
Only parse on save.
Steps to reproduce:
- Open up
test.py
- Type
a =
Logs
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
[Python (parser)] unexpected token '<newline>' (1, 5)"
Environment data
Actual behavior
After updating to 1.25.1, there are frequent messages (per second) of [Python (parser)] errors as I type a line. Is there a way to tell the Python parser to only parse upon save? I can't find the settings for parser in Settings.
Expected behavior
Only parse on save.
Steps to reproduce:
test.pya =Logs
Output for
Pythonin theOutputpanel (View→Output, change the drop-down the upper-right of theOutputpanel toPython)