File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,14 @@ command will show a spinner!
2222
2323Finally, I wanted to call out work by Patrick to significantly improve the performance of
2424reference 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).
You can’t perform that action at this time.
0 commit comments