File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ lsp-mode client leveraging [pyright](https://github.com/microsoft/pyright) and [
37
37
- ` basedpyright. ` / ` pyright.disableOrganizeImports ` via ` lsp-pyright-disable-organize-imports `
38
38
- ` basedpyright. ` / ` pyright.disableTaggedHints ` via ` lsp-pyright-disable-tagged-hints `
39
39
- ` basedpyright. ` / ` python.typeCheckingMode ` via ` lsp-pyright-type-checking-mode `
40
+ - ` basedpyright.analysis.inlayHints.variableTypes ` via ` lsp-pyright-basedpyright-inlay-hints-variable-types `
41
+ - ` basedpyright.analysis.inlayHints.callArgumentNames ` via ` lsp-pyright-basedpyright-inlay-hints-call-argument-names `
42
+ - ` basedpyright.analysis.inlayHints.functionReturnTypes ` via ` lsp-pyright-basedpyright-inlay-hints-function-return-types `
43
+ - ` basedpyright.analysis.inlayHints.genericTypes ` via ` lsp-pyright-basedpyright-inlay-hints-generic-types `
40
44
- ` python.analysis.autoImportCompletions ` via ` lsp-pyright-auto-import-completions `
41
45
- ` python.analysis.diagnosticMode ` via ` lsp-pyright-diagnostic-mode `
42
46
- ` python.analysis.logLevel ` via ` lsp-pyright-log-level `
You can’t perform that action at this time.
0 commit comments