[Missing vscode Python extension feature] Deprecated method do not show as strikethrough

Pain when switching from VSCode to Cursor: deprecated methods in Python do not appear as strikethrough anymore, so code loses in maintainability.

VSCode (top/dark, strikethrough :white_check_mark:) vs. Cursor (bottom/solarium, strikethrough :x:)

Both VSCode and Cursor have the same extensions installed. I do notice that the extension marketplace for Cursor lags behind:

  • Cursor installs Python v2024.12.3
  • VSCode installs Python v2024.20.0

Restarting the whole window solved the issue, deprecated methods show as strikethrough now.

Just re-selecting the Python interpreter (my conda env) wasn’t enough.