Skip to content

Commit 5e9eaaf

Browse files
jakebaileykarthiknadig
authored andcommitted
Allow the language server to choose its default caching mode (#7822)
1 parent cfb0d40 commit 5e9eaaf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

news/2 Fixes/7821.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Allow the language server to pick a default caching mode.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1934,11 +1934,12 @@
19341934
"python.analysis.cachingLevel": {
19351935
"type": "string",
19361936
"enum": [
1937+
"Default",
19371938
"None",
19381939
"System",
19391940
"Library"
19401941
],
1941-
"default": "None",
1942+
"default": "Default",
19421943
"description": "Defines which types of modules get their analysis cached.",
19431944
"scope": "resource"
19441945
},

0 commit comments

Comments
 (0)