Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to disable rendering of problems in scrollbar #46201

Closed
josh-tepper opened this issue Mar 20, 2018 · 6 comments
Closed

Add option to disable rendering of problems in scrollbar #46201

josh-tepper opened this issue Mar 20, 2018 · 6 comments
Labels
editor-scrollbar feature-request Request for new features or functionality
Milestone

Comments

@josh-tepper
Copy link

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 (79b44aa, 2018-03-14T14:39:09.335Z)
OS version: Darwin x64 17.4.0

@vscodebot
Copy link

vscodebot bot commented Mar 20, 2018

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

@usernamehw
Copy link
Contributor

usernamehw commented Mar 20, 2018

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

@vscodebot vscodebot bot removed the new release label Mar 20, 2018
@josh-tepper
Copy link
Author

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

@alexdima alexdima changed the title disable problems in scrollbar Add option to disable rendering of problems in scrollbar Mar 28, 2018
@alexdima alexdima added feature-request Request for new features or functionality editor-rendering Editor rendering issues and removed editor labels Mar 28, 2018
@alexdima alexdima added this to the Backlog milestone Mar 28, 2018
@alexdima alexdima removed their assignment Mar 28, 2018
@ghost
Copy link

ghost commented Apr 17, 2018

+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).

@alexdima
Copy link
Member

The solution is the one proposed by @usernamehw -- #46201 (comment)

@inwardmovement
Copy link

inwardmovement commented Nov 6, 2019

"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.

@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-scrollbar feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

5 participants