Skip to content

Commit 481e5ab

Browse files
lolpackpytorchmergebot
authored andcommitted
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: #169021 Approved by: https://github.com/maggiemoss, https://github.com/albanD, https://github.com/malfet
1 parent 5f0030b commit 481e5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"ms-python.python",
44
"charliermarsh.ruff",
55
"ms-python.flake8",
6-
"ms-python.mypy-type-checker",
6+
"meta.pyrefly",
77
"ms-vscode.cmake-tools",
88
"EditorConfig.EditorConfig",
99
"streetsidesoftware.code-spell-checker",

0 commit comments

Comments
 (0)