Skip to content

Commit 7ab3507

Browse files
committed
Fix md table and align
1 parent 3dc99ea commit 7ab3507

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

release-notes/v1_96.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -545,22 +545,22 @@ The `python.analysis.languageServerMode` setting now also supports `full` mode,
545545

546546
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`:
547547

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 |
564564

565565
### TypeScript
566566

0 commit comments

Comments
 (0)