Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 7a7a3ba

Browse files
author
MikhailArkhipov
committed
Symbols limit
1 parent 0b62fa5 commit 7a7a3ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/LanguageServer/Impl/Definitions/ServerSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class PythonAnalysisOptions {
2424
private Dictionary<string, DiagnosticSeverity> _map = new Dictionary<string, DiagnosticSeverity>();
2525

2626
public bool openFilesOnly;
27-
public int symbolsHierarchyDepthLimit = 10;
27+
public int symbolsHierarchyMaxSymbols = 1000;
2828

2929
public string[] errors { get; } = Array.Empty<string>();
3030
public string[] warnings { get; } = Array.Empty<string>();

0 commit comments

Comments
 (0)