Microsoft/vscode

Git - 'Revert selected ranges' should work on individual lines, not hunks

Open

#88,369 创建于 2020年1月9日

在 GitHub 查看
 (8 评论) (7 反应) (1 负责人)TypeScript (10,221 fork)batch import
buggithelp wanted

仓库指标

Star
 (74,848 star)
PR 合并指标
 (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)

描述

  • VS Code version: Code 1.41.1 (26076a4de974ead31f97692a0d32f90d735645c0, 2019-12-18T15:04:31.999Z)
  • OS version: Linux x64 4.15.0-72-generic (Ubuntu 16)
  • Does this issue occur when all extensions are disabled?: Yes

Revert selected ranges reverts any hunks in which there is a cursor. This is annoying when one wants more fine-grained control. Especially seeing as it is already easy to revert by hunk through other features.

Note that this is contrary to Stage selected ranges, which correctly stages only the selected lines

贡献者指南