mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
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:
committed by
PyTorch MergeBot
parent
5f0030ba63
commit
481e5ab336
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user