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

Allow control over quick diff decorations #21795

Closed
farfromrefug opened this issue Mar 2, 2017 · 15 comments
Closed

Allow control over quick diff decorations #21795

farfromrefug opened this issue Mar 2, 2017 · 15 comments
Assignees
Labels
feature-request Request for new features or functionality git GIT issues good first issue Issues identified as good for first-time contributors help wanted Issues identified as good community contribution opportunities verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@farfromrefug
Copy link

if i am not wrong there is no way to disable SCM (git) in the gutter. I really would like to disable it.
I want my gutter to be clean and almost only see problems in there.

Thanks

@joaomoreno joaomoreno added this to the Backlog milestone Mar 3, 2017
@joaomoreno joaomoreno added feature-request Request for new features or functionality git GIT issues labels Mar 3, 2017
@seanmcbreen
Copy link

If you right click on the item you can remove it from the activity bar.

image

Additionally if you right click in an open area you can bring it back:

image

I think this covers your scenario so closing this issue for now - please re-open if there is something we missed.

Thanks,
Sean - VS Code Team Member

@farfromrefug
Copy link
Author

@seanmcbreen that s actually not the same feature.
The gutter is the scroll background to the right of the editor.
There you see scm modifications. Those are the one i would like to remove
Can you reopen the issue?
Thanks

@joaomoreno
Copy link
Member

I also thought the same as @seanmcbreen, actually. A screenshot is always helpful in these issues. 👍

@joaomoreno joaomoreno reopened this Apr 13, 2017
@farfromrefug
Copy link
Author

@joaomoreno your are right! My bad.
Here is a screenshot
image

@joaomoreno joaomoreno added good first issue Issues identified as good for first-time contributors help wanted Issues identified as good community contribution opportunities labels Apr 13, 2017
@joaomoreno joaomoreno removed their assignment Apr 25, 2017
@jens1o
Copy link
Contributor

jens1o commented Jun 6, 2017

@joaomoreno Can you point me to some direction? I digged in for almost an hour, but I couldn't find the point it publishes these infos...

@jens1o
Copy link
Contributor

jens1o commented Jun 14, 2017

Okay, I made that change, but unfortuanetly, my machine is too weak to build it in an acceptable time to test the changes.

@FabianLauer
Copy link

@jens1o Have you pushed a branch to your clone already? Didn't find anything, I'd love to help if necessary 👍

@jens1o
Copy link
Contributor

jens1o commented Jun 15, 2017

Ah, not yet. I was kinda frustrated and disappointed in me. Will push after lunch and ping you up. Sorry.

@jens1o
Copy link
Contributor

jens1o commented Jun 15, 2017

@FabianLauer There you go: jens1o@b7b7d25

@FabianLauer
Copy link

FabianLauer commented Jun 15, 2017

@jens1o Thanks! No worries, your changes work 😃

@joaomoreno joaomoreno changed the title [FR] option to disable SCM in gutter Allow control over quick diff decorations Aug 10, 2017
@usernamehw
Copy link
Contributor

Was it solved in 1.16 (August 2017) ?

"workbench.colorCustomizations": {
    "editorOverviewRuler.addedForeground": "#0000",
    "editorOverviewRuler.modifiedForeground": "#0000",
    "editorOverviewRuler.deletedForeground": "#0000",
}

@joaomoreno joaomoreno modified the milestones: Backlog, December 2017 Dec 12, 2017
@joaomoreno joaomoreno self-assigned this Dec 12, 2017
@joaomoreno
Copy link
Member

You can now control this with scm.diffDecorations, which has the following possible values: ['all', 'gutter', 'overview', 'none'].

@farfromrefug
Copy link
Author

@joaomoreno great news! I dont see that parameter in the insider build yet. Will try an let you know once it s in the insider build

Thanks

@joaomoreno joaomoreno added the verification-needed Verification of issue is requested label Dec 15, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 26, 2018
@ramya-rao-a
Copy link
Contributor

@joaomoreno It wasnt very clear to me what the overview option did until I played around with all the values. Would you consider adding more details in the description of the setting?

@ramya-rao-a ramya-rao-a added the verified Verification succeeded label Jan 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality git GIT issues good first issue Issues identified as good for first-time contributors help wanted Issues identified as good community contribution opportunities verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants