-
This just got asked about on Stack Overflow: https://stackoverflow.com/q/76883362/11107541. If I understand correctly, the use-case is to be able to more easily see all the usages of deprecated things in the workspace folder. There's a similar issue ticket specific to TypeScript here: microsoft/vscode#141209. I also see something with similar keywords here: microsoft/vscode#78226, but I'm not sure how related this is. It seems to be related to a "diagnostics" feature of VS Code that I'm not familiar with. I saw #2714, but I don't think that's really related to this question. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Pylance already has the capability. You can enable the |
Beta Was this translation helpful? Give feedback.
Pylance already has the capability. You can enable the
reportDeprecated
diagnostic check and specify whether you want these to appear as errors, warnings or infos. For a full list of available diagnostic checks, refer to this documentation.