You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install pylance for debugging Python code in the process, it always shows the return value as shown in the following figure, which brings a bad experience to my debugging.
I tried to use the setting like "python.analysis.inlayHints.functionReturnTypes": false, but it didn't work at all.
After uninstalling Pylance, everything returned to normal。
The text was updated successfully, but these errors were encountered:
When I install pylance for debugging Python code in the process, it always shows the return value as shown in the following figure, which brings a bad experience to my debugging.

I tried to use the setting like "python.analysis.inlayHints.functionReturnTypes": false, but it didn't work at all.
After uninstalling Pylance, everything returned to normal。
The text was updated successfully, but these errors were encountered: