File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,11 @@ The default value for this option is true."
65
65
:type 'boolean
66
66
:group 'lsp-pyright )
67
67
68
+ (defcustom lsp-pyright-disable-tagged-hints nil
69
+ " Disables grayed out special hint diagnostics tags."
70
+ :type 'boolean
71
+ :group 'lsp-pyright )
72
+
68
73
(defcustom lsp-pyright-diagnostic-mode " openFilesOnly"
69
74
" Determines pyright diagnostic mode.
70
75
Whether pyright analyzes (and reports errors for) all files
@@ -227,6 +232,7 @@ Current LSP WORKSPACE should be passed in."
227
232
(lsp-register-custom-settings
228
233
`((" pyright.disableLanguageServices" lsp-pyright-disable-language-services t )
229
234
(" pyright.disableOrganizeImports" lsp-pyright-disable-organize-imports t )
235
+ (" pyright.disableTaggedHints" lsp-pyright-disable-tagged-hints t )
230
236
(" python.analysis.autoImportCompletions" lsp-pyright-auto-import-completions t )
231
237
(" python.analysis.typeshedPaths" lsp-pyright-typeshed-paths)
232
238
(" python.analysis.stubPath" lsp-pyright-stub-path)
You can’t perform that action at this time.
0 commit comments