Skip to content

Commit

Permalink
Allow the language server to choose its default caching mode (#7822)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored and karthiknadig committed Oct 8, 2019
1 parent cfb0d40 commit 5e9eaaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/2 Fixes/7821.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Allow the language server to pick a default caching mode.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1934,11 +1934,12 @@
"python.analysis.cachingLevel": {
"type": "string",
"enum": [
"Default",
"None",
"System",
"Library"
],
"default": "None",
"default": "Default",
"description": "Defines which types of modules get their analysis cached.",
"scope": "resource"
},
Expand Down

0 comments on commit 5e9eaaf

Please sign in to comment.