You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -2593,12 +2593,6 @@
2593
2593
"description": "Defines type of the language server.",
2594
2594
"scope": "window"
2595
2595
},
2596
-
"python.analysis.openFilesOnly": {
2597
-
"type": "boolean",
2598
-
"default": true,
2599
-
"description": "Only show errors and warnings for open files rather than for the entire workspace.",
2600
-
"scope": "resource"
2601
-
},
2602
2596
"python.analysis.diagnosticPublishDelay": {
2603
2597
"type": "integer",
2604
2598
"default": 1000,
@@ -2661,12 +2655,6 @@
2661
2655
"description": "Allows code analysis to keep parser trees in memory. Increases memory consumption but may improve performance with large library analysis.",
"description": "Allows code analysis to keep library function local variables. Allows code navigation in Python libraries function bodies. Increases memory consumption.",
2668
-
"scope": "resource"
2669
-
},
2670
2658
"python.analysis.logLevel": {
2671
2659
"type": "string",
2672
2660
"enum": [
@@ -2685,18 +2673,6 @@
2685
2673
"description": "Limits depth of the symbol tree in the document outline.",
2686
2674
"scope": "resource"
2687
2675
},
2688
-
"python.analysis.cachingLevel": {
2689
-
"type": "string",
2690
-
"enum": [
2691
-
"Default",
2692
-
"None",
2693
-
"System",
2694
-
"Library"
2695
-
],
2696
-
"default": "Default",
2697
-
"description": "Defines which types of modules get their analysis cached.",
0 commit comments