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 an option to disable the new interactive rebase UI #110819

Closed
idoberko2 opened this issue Nov 17, 2020 · 1 comment
Closed

Add an option to disable the new interactive rebase UI #110819

idoberko2 opened this issue Nov 17, 2020 · 1 comment
Assignees
Labels
*caused-by-extension Issue identified to be caused by an extension

Comments

@idoberko2
Copy link

I'm using VS Code as my git editor, i.e. my git config contains the following line:

core.editor=code --wait

I'm use to benefit from VS Code's great editing features to perform various git operations.

The latest update introduced a new feature: a UI for the interactive git rebase: https://code.visualstudio.com/updates/v1_51#_git-rebase-command. There's currently no way to disable this feature which forces me to use other editors for git.

I think a disable feature in the settings (turned off by default) could benefit all users: both users that wish to use the new UI, alongside users that wish to use a text editor.

@eamodio
Copy link
Contributor

eamodio commented Nov 17, 2020

The new UI for rebasing isn't from VS Code, it is from GitLens. And it can be disabled by adding the following to your settings.json

	"workbench.editorAssociations": [
		{
			"viewType": "default",
			"filenamePattern": "git-rebase-todo"
		}
	],

@eamodio eamodio closed this as completed Nov 17, 2020
@eamodio eamodio added the *caused-by-extension Issue identified to be caused by an extension label Nov 17, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jan 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension
Projects
None yet
Development

No branches or pull requests

2 participants