|Extension|Author|Version|
|---|---|---|
|code-gnu-global|austin|0.2.1|
|git-easy|bibhasdn|1.9.1|
|githistory|donjayamanne|0.2.0|
|CppSnippets|hars|0.0.7|
|vscode-rust|kalitaalexey|0.3.11|
|vscode-clang|mitaki28|0.2.2|
|cpptools|ms-vscode|0.10.5|
|annotator|ryu1kn|0.10.1|
|rewrap|stkb|1.3.0|
|vscode-lldb|vadimcn|0.4.0|
|gitblame|waderyan|1.3.0|;
Steps to Reproduce:
massive regression 馃憥
For now, reverting to 1.10.2.
Stage selected line is shown in the upper right menu, along Revert Selected Line
Just checked, @jyavenard is right, it's no longer in the upper right menu.
But:
@jyavenard: You can still use it from the command palette and/or assign a keyboard shortcut to it. Just search for Git: Stage Selected Ranges / Git Unstage Selected Ranges, commands to bind are git.stageSelectedRanges / git.unstageSelectedRanges.
For (un)staging single lines: #21513
I'll keep this issue open for having them in the top-right menu.
Why is this closed? "Stage selected range" Doesn't do the same thing as "stage selected lines". If I have 5 lines in a row and only want to stage 4/5, I can't do that anymore because it stages the whole block.
@wesleyeff Neither this issue nor #21513 is closed.
Seems like a major regression to me, I often don't stage the entire file. Please bring this back!
(Of note: "stage selected lines" is much less accessible than "stage the whole file". Frankly, I expected a + button or something on the margin of the affected modified lines, rather than having to find it in a drop down.)
I miss the button a lot, especially as importing shortcuts for new installation on mac is not an option for me - I'm still getting used to system shortcuts (I'm usually using win/linux), those are annoying enough for now.
Most helpful comment
Seems like a major regression to me, I often don't stage the entire file. Please bring this back!
(Of note: "stage selected lines" is much less accessible than "stage the whole file". Frankly, I expected a + button or something on the margin of the affected modified lines, rather than having to find it in a drop down.)