Replace vscode recommendation for type checker (#169021)

Now that Pyrefly type checks instead of mypy we should recommend the correct vscode extension

<img width="843" height="624" alt="image" src="https://github.com/user-attachments/assets/aa22a09d-f653-490f-a4ad-4730430da0c8" />

Pull Request resolved: https://github.com/pytorch/pytorch/pull/169021
Approved by: https://github.com/maggiemoss, https://github.com/albanD, https://github.com/malfet
This commit is contained in:
Aaron Pollack
2025-12-01 17:40:55 +00:00
committed by PyTorch MergeBot
parent 5f0030ba63
commit 481e5ab336

View File

@@ -3,7 +3,7 @@
"ms-python.python", "ms-python.python",
"charliermarsh.ruff", "charliermarsh.ruff",
"ms-python.flake8", "ms-python.flake8",
"ms-python.mypy-type-checker", "meta.pyrefly",
"ms-vscode.cmake-tools", "ms-vscode.cmake-tools",
"EditorConfig.EditorConfig", "EditorConfig.EditorConfig",
"streetsidesoftware.code-spell-checker", "streetsidesoftware.code-spell-checker",