diff --git a/package.json b/package.json index c022da8be5d3..c7b0881a3c59 100644 --- a/package.json +++ b/package.json @@ -1754,6 +1754,17 @@ "description": "Limits depth of the symbol tree in the document outline.", "scope": "resource" }, + "python.analysis.cachingLevel": { + "type": "string", + "enum": [ + "None", + "System", + "Library" + ], + "default": "None", + "description": "Defines which types of modules get their analysis cached.", + "scope": "resource" + }, "python.linting.enabled": { "type": "boolean", "default": true,