From 481e5ab336275bd3acd5fa8a611b05b4469012af Mon Sep 17 00:00:00 2001 From: Aaron Pollack Date: Mon, 1 Dec 2025 17:40:55 +0000 Subject: [PATCH] Replace vscode recommendation for type checker (#169021) Now that Pyrefly type checks instead of mypy we should recommend the correct vscode extension image Pull Request resolved: https://github.com/pytorch/pytorch/pull/169021 Approved by: https://github.com/maggiemoss, https://github.com/albanD, https://github.com/malfet --- .vscode/extensions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index e6d0ebc6afc..b52a56ab683 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -3,7 +3,7 @@ "ms-python.python", "charliermarsh.ruff", "ms-python.flake8", - "ms-python.mypy-type-checker", + "meta.pyrefly", "ms-vscode.cmake-tools", "EditorConfig.EditorConfig", "streetsidesoftware.code-spell-checker",