Skip to content

Unable to disable warning squiggles created by the extension #17229

@alxga

Description

@alxga

Environment data

  • VS Code version: 1.107.1
  • Jupyter Extension version (available under the Extensions sidebar): 2025.9.1
  • Python Extension version (available under the Extensions sidebar): 2025.20.1
  • OS (Windows | Mac | Linux distro) and version: Windows 11 Pro 24H2
  • Python and/or Anaconda version: Python 3.13.9.final.0, Anaconda 25.11.0
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda
  • Jupyter server running: Local

Expected behaviour

There has to be a way to disable this warning or any warnings originating with the extension (see Actual behaviour). It would be acceptable, albeit less granular, to have a way of disabling all warnings from the extension entirely.

Actual behaviour

Code line %matplotlib agg is underlined with a warning squiggle (yellow). The only option to address this is "More Info" pointing to a URL explaining that VS code should work with these two options: inline or widget. This is fine to have a warning like this but there must be a way to disable this warning.

Steps to reproduce:

  1. Open any notebook
  2. Type %matplotlib agg

Logs

Not applicable

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalityipywidgetsRendering, loading, saving, anything to do with IPyWidgets

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions