Skip to content

Provide the ability to turn off live error reporting in the new language server #2270

@jiagengliu

Description

@jiagengliu

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:

  1. Open up test.py
  2. Type a =

Logs

Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

[Python (parser)] unexpected token '<newline>' (1, 5)"

Metadata

Metadata

Labels

area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.feature-requestRequest for new features or functionality

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions