-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
upstreamUpstream issueUpstream issue
Description
I'm trying to set Pyright's enableReachabilityAnalysis setting, but it doesn't seem to work. I have this in my LSP-pyright.sublime-settings file:
// Settings in here override those in "LSP-pyright/LSP-pyright.sublime-settings"
{
"settings": {
"python.analysis.diagnosticSeverityOverrides": {
"enableReachabilityAnalysis": false,
},
}
}I would assume this is the right place for it? But even after setting this I'm still getting diagnostics for it:
Did I put the setting in the right place? Or, perhaps there is a way to debug if these settings are being passed through? Thanks!
Metadata
Metadata
Assignees
Labels
upstreamUpstream issueUpstream issue