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

Commit aece368

Browse files
jakebaileyMikhail Arkhipov
authored and
Mikhail Arkhipov
committed
Set default caching level to None (#1748)
(cherry picked from commit ae8bfae)
1 parent cf915c3 commit aece368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LanguageServer/Impl/LanguageServer.Configuration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ private ImmutableArray<string> GetUserConfiguredPaths(JToken pythonSection) {
180180
return ImmutableArray<string>.Empty;
181181
}
182182

183-
private const string DefaultCachingLevel = "System";
183+
private const string DefaultCachingLevel = "None";
184184

185185
private AnalysisCachingLevel GetAnalysisCachingLevel(JToken analysisKey) {
186186
var s = GetSetting(analysisKey, "cachingLevel", DefaultCachingLevel);

0 commit comments

Comments
 (0)