From c40ecaddf8b388ad23b2a1e35a6d7a7ba93a171f Mon Sep 17 00:00:00 2001 From: Gustavo Sampaio Date: Thu, 22 Oct 2020 18:25:32 -0300 Subject: [PATCH] Add keepLibraryAst to package.json --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 4c2108d..27d4092 100644 --- a/package.json +++ b/package.json @@ -357,6 +357,12 @@ "description": "List of suppressed diagnostic messages.", "scope": "resource" }, + "python.analysis.memory.keepLibraryAst": { + "type": "boolean", + "default": false, + "description": "Allows code analysis to keep parser trees in memory. Increases memory consumption but may improve performance with large library analysis.", + "scope": "resource" + }, "python.analysis.logLevel": { "type": "string", "enum": [