Skip to content

Commit 5c741af

Browse files
authored
Clarify link to implemented and tested rename scenarios (#2290)
Updated link to tests in README for clarity.
1 parent dd64e3c commit 5c741af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ There are several edge case scenarios which may exist where rename is difficult
150150

151151
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.
152152

153-
#### 👍 [Implemented and Tested Rename Scenarios](https://github.com/PowerShell/PowerShellEditorServices/blob/main/test/PowerShellEditorServices.Test.Shared/Refactoring)
153+
#### 👍 [Implemented and Tested Rename Scenarios](https://github.com/PowerShell/PowerShellEditorServices/blob/main/test/PowerShellEditorServices.Test.Shared/Refactoring) <- Link to Tests
154154

155155
#### 🤚 Unsupported Scenarios
156156

0 commit comments

Comments
 (0)