Skip to content

Commit 1829acb

Browse files
committed
Update changelog
1 parent 82acdc4 commit 1829acb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ command will show a spinner!
2222

2323
Finally, I wanted to call out work by Patrick to significantly improve the performance of
2424
reference finding (which powers the reference code lenses), so large workspaces can now be
25-
used more easily; when the improvement is not enough, we also introduced the setting
26-
`powershell.enableReferencesCodeLens` which can be used to disable reference finding
27-
without having to turn off other code lenses.
25+
used more easily. If these performance improvements are still not enough for a particular
26+
workspace, we also introduced two new settings to fine-tune the feature:
27+
28+
- `powershell.analyzeOpenDocumentsOnly` when enabled will only search for references within open documents
29+
- `powershell.enableReferencesCodeLens` can be used to disable reference finding without having to turn off other code lenses
2830

2931
[pssa-v1.21]: https://github.com/PowerShell/PSScriptAnalyzer/releases/tag/1.21.0
32+
3033
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
3134

3235
- 🐛 🔍 [vscode-powershell #4201](https://github.com/PowerShell/vscode-powershell/pull/4203) - Fix automatic focus to temporary debug terminal (if it exists).

0 commit comments

Comments
 (0)