Vscode: Add option to disable rendering of problems in scrollbar

Created on 20 Mar 2018  路  6Comments  路  Source: microsoft/vscode

Issue Type: Feature Request

The "problems" generated by the language extension are rendered as green/orange/red rectangles in the scrollbar on relevan files. I'd like the option to disable this. In my case, I'm editing code that already has many "problems" and they polute the scrollbar and make it hard to see the other contributions in the scrollbar, e.g., the file diff. This is the case even though they are in different "columns" of the scrollbar.

VS Code version: Code 1.21.1 (79b44aa704ce542d8ca4a3cc44cfca566e7720f1, 2018-03-14T14:39:09.335Z)
OS version: Darwin x64 17.4.0

editor-scrollbar feature-request

Most helpful comment

+1
Rendering of problems / errors should be optional, especially since most (all?) spellcheck extensions produce large amounts of nonsensical warnings when editing complex files (say Latex documents).

All 6 comments

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

"editor.scrollbar.verticalScrollbarSize": 30,
"workbench.colorCustomizations": {
    "editorOverviewRuler.errorForeground": "#0000",
    "editorOverviewRuler.warningForeground": "#0000",
    "editorOverviewRuler.infoForeground": "#fff0",
}

Oh, clever. Still there should probably be a setting for this

+1
Rendering of problems / errors should be optional, especially since most (all?) spellcheck extensions produce large amounts of nonsensical warnings when editing complex files (say Latex documents).

The solution is the one proposed by @usernamehw -- https://github.com/microsoft/vscode/issues/46201#issuecomment-374720926

"editor.scrollbar.verticalScrollbarSize": 30,
"workbench.colorCustomizations": {
    "editorOverviewRuler.errorForeground": "#0000",
    "editorOverviewRuler.warningForeground": "#0000",
}

None of these work for me, I still have spelling mistakes decorations in the ruler as "infos" type problems:

Version: 1.39.2 (user setup)
Commit: 6ab598523be7a800d7f3eb4d92d7ab9a66069390
Date: 2019-10-15T15:35:18.241Z
Electron: 4.2.10
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Windows_NT x64 10.0.18362

image

Cannot there simply be an option to disable them?

edit: it's ok the decorations seem to have gone after a restart of VSCode. I still think as other people that there should be an option for this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

omidgolparvar picture omidgolparvar  路  3Comments

chrisdias picture chrisdias  路  3Comments

VitorLuizC picture VitorLuizC  路  3Comments

villiv picture villiv  路  3Comments

mrkiley picture mrkiley  路  3Comments