From c6e5051caaa127c2777261c29f518f8d89158653 Mon Sep 17 00:00:00 2001 From: Andreas Arvidsson Date: Tue, 4 Nov 2025 11:12:18 +0100 Subject: [PATCH] Added full line change log --- changelog/2025-11-addedFullLinScope.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/2025-11-addedFullLinScope.md diff --git a/changelog/2025-11-addedFullLinScope.md b/changelog/2025-11-addedFullLinScope.md new file mode 100644 index 0000000000..d2d765b2cd --- /dev/null +++ b/changelog/2025-11-addedFullLinScope.md @@ -0,0 +1,6 @@ +--- +tags: [enhancement] +pullRequest: 3095 +--- + +- Added new scope `fullLine` that includes leading and trailing whitespace in the content range. eg `"change full line"`.