From d58b33496b7d60a39c5221bea067ed1b19a09a3c Mon Sep 17 00:00:00 2001 From: Justin Grote Date: Fri, 15 May 2026 11:15:36 -0700 Subject: [PATCH] Clarify link to implemented and tested rename scenarios Updated link to tests in README for clarity. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b19c7db49..ad35b4192 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ There are several edge case scenarios which may exist where rename is difficult The focus of the rename support is on quick updates to variables or functions within a self-contained script file. It is not intended for module developers to find and rename a symbol across multiple files, which is very difficult to do as the relationships are primarily only computed at runtime and not possible to be statically analyzed. -#### 👍 [Implemented and Tested Rename Scenarios](https://github.com/PowerShell/PowerShellEditorServices/blob/main/test/PowerShellEditorServices.Test.Shared/Refactoring) +#### 👍 [Implemented and Tested Rename Scenarios](https://github.com/PowerShell/PowerShellEditorServices/blob/main/test/PowerShellEditorServices.Test.Shared/Refactoring) <- Link to Tests #### 🤚 Unsupported Scenarios