File tree 1 file changed +6
-3
lines changed
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!
22
22
23
23
Finally, I wanted to call out work by Patrick to significantly improve the performance of
24
24
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
28
30
29
31
[ pssa-v1.21 ] : https://github.com/PowerShell/PSScriptAnalyzer/releases/tag/1.21.0
32
+
30
33
#### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
31
34
32
35
- 🐛 🔍 [ 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