Adapt stubPath special-casing to latest changes#11532
Conversation
|
🔒 Automated review in progress — @rchiodo is auto-reviewing this PR. |
|
The section rename is correct but incomplete — the guard and delete inside the loop still assume the old 'python.analysis' shape. Both need to be updated to operate on the nested |
|
The migration to section |
|
The section switch to |
|
The migration correctly forwards section |
rchiodo
left a comment
There was a problem hiding this comment.
Approved via Review Center.
rchiodo
left a comment
There was a problem hiding this comment.
Approved via Review Center.
|
🔒 Automated review in progress — @rchiodo is auto-reviewing this PR. |
|
🔒 Automated review in progress — @rchiodo is auto-reviewing this PR. |
In #11480 I've removed redundant
workspace/configurationrequests but I've missed this special-case logic in vscode extension that removesstubPathproperty if it's at default value.Without this change, the server would receive the default
typingsvalue and complain that the path is not correct (in logs only, I believe).