vscode
vscode copied to clipboard
Unexpected Final Selection After Running Delete Duplicate Lines
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.95.3
- OS Version: Microsoft Windows 10 Home 10.0.19045 Build 19045
Problem
Running the Delete Duplicate Lines command palette utility does not give the expected final selection based on the the initial selection. The actual final selection ending is 1 column to the left of the expected final selection.
Examples
| Initial Selection | Actual Final Selection ❌ | Expected Final Selection ✔ |
|---|---|---|
Steps to Reproduce:
- Copy any of the examples above into vscode
- Highlight the initial selection
- open the command palette and enter
Delete Duplicate Lines - Observe the final selection