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
Users would like the ability to hide/show problems in the editor and in the workbench. A new experimental setting, problems.visibility has been added which overrides outline.problem settings and problems.decorations.enabled when it is turned off.
Currently does not yet work in notebooks.
Testing Steps
In any file, make some errors so that you can see diagnostics/problems (the red squiggles)
Go to Workbench -> Editor -> Show Problems (problems.visibility) and toggle this.
This will turn off problems everywhere.
When the new setting is off, a new badge will appear in the status bar as a warning - clicking it should open the settings UI to the new setting.
Experiment with problems.visibility and the various other related settings:
The text was updated successfully, but these errors were encountered:
Refs #166797
Complexity: 3
Create Issue
Synopsis
Users would like the ability to hide/show problems in the editor and in the workbench. A new experimental setting,
problems.visibility
has been added which overridesoutline.problem
settings andproblems.decorations.enabled
when it is turned off.Currently does not yet work in notebooks.
Testing Steps
problems.visibility
) and toggle this.problems.visibility
and the various other related settings:The text was updated successfully, but these errors were encountered: