@@ -545,22 +545,22 @@ The `python.analysis.languageServerMode` setting now also supports `full` mode,
545
545
546
546
The ` python.analysis.languageServerMode ` setting now changes the default values of the following settings, depending on whether it's set to ` light ` , ` default ` or ` full ` :
547
547
548
- | Setting | light | default | full |
549
- | -----------------------------------------------------| -------| ---------| ------|
550
- | python.analysis.exclude | [ "** "] | [ ] | [ ] |
551
- | python.analysis.useLibraryCodeForTypes | false | true | true |
552
- | python.analysis.enablePytestSupport | false | true | true |
553
- | python.analysis.indexing | false | true | true |
554
- | python.analysis.autoImportCompletions | false | false | true |
555
- | python.analysis.showOnlyDirectDependenciesInAutoImport | false | false | true |
556
- | python.analysis.packageIndexDepths | ``` [ { "name": "sklearn", "depth": 2 }, { "name": "matplotlib", "depth": 2 }, { "name": "scipy", "depth": 2 }, { "name": "django", "depth": 2 }, { "name": "flask", "depth": 2 }, { "name": "fastapi", "depth": 2 } ] ``` | ``` [ { "name": "sklearn", "depth": 2 }, { "name": "matplotlib", "depth": 2 }, { "name": "scipy", "depth": 2 }, { "name": "django", "depth": 2 }, { "name": "flask", "depth": 2 }, { "name": "fastapi", "depth": 2 } ] ``` | ``` { "name": "", "depth": 4, "includeAllSymbols": true } ``` |
557
- | python.analysis.regenerateStdLibIndices | false | false | true |
558
- | python.analysis.userFileIndexingLimit | 2000 | 2000 | -1 |
559
- | python.analysis.includeAliasesFromUserFiles | false | false | true |
560
- | python.analysis.functionReturnTypes | false | false | true |
561
- | python.analysis.pytestParameters | false | false | true |
562
- | python.analysis.supportRestructuredText | false | false | true |
563
- | python.analysis.supportDocstringTemplate | false | false | true |
548
+ | Setting | light | default | full |
549
+ | -------------------------------------------------------- | --- -------| ---------| ------|
550
+ | python.analysis.exclude | \ [ "** "\ ] | [ ] | [ ] |
551
+ | python.analysis.useLibraryCodeForTypes | false | true | true |
552
+ | python.analysis.enablePytestSupport | false | true | true |
553
+ | python.analysis.indexing | false | true | true |
554
+ | python.analysis.autoImportCompletions | false | false | true |
555
+ | python.analysis.showOnlyDirectDependenciesInAutoImport | false | false | true |
556
+ | python.analysis.packageIndexDepths | ``` [ { "name": "sklearn", "depth": 2 }, { "name": "matplotlib", "depth": 2 }, { "name": "scipy", "depth": 2 }, { "name": "django", "depth": 2 }, { "name": "flask", "depth": 2 }, { "name": "fastapi", "depth": 2 } ] ``` | ``` [ { "name": "sklearn", "depth": 2 }, { "name": "matplotlib", "depth": 2 }, { "name": "scipy", "depth": 2 }, { "name": "django", "depth": 2 }, { "name": "flask", "depth": 2 }, { "name": "fastapi", "depth": 2 } ] ``` | ``` { "name": "", "depth": 4, "includeAllSymbols": true } ``` |
557
+ | python.analysis.regenerateStdLibIndices | false | false | true |
558
+ | python.analysis.userFileIndexingLimit | 2000 | 2000 | -1 |
559
+ | python.analysis.includeAliasesFromUserFiles | false | false | true |
560
+ | python.analysis.functionReturnTypes | false | false | true |
561
+ | python.analysis.pytestParameters | false | false | true |
562
+ | python.analysis.supportRestructuredText | false | false | true |
563
+ | python.analysis.supportDocstringTemplate | false | false | true |
564
564
565
565
### TypeScript
566
566
0 commit comments