Files
pytorch/.vscode/extensions.json
Xuehai Pan e7da21806f [Easy][BE] update recommanded VS Code settings (#152760)
Changes:

- Remove old invalid settings and replace with new settings.
- Add commonly used VS Code extensions to support `cmake`, `ruff`, `mypy`, `flake8`, `editorconfig`, and spell checker. Also, add corresponding settings.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/152760
Approved by: https://github.com/drisspg
2025-06-14 07:11:10 +00:00

12 lines
279 B
JSON

{
"recommendations": [
"ms-python.python",
"charliermarsh.ruff",
"ms-python.flake8",
"ms-python.mypy-type-checker",
"ms-vscode.cmake-tools",
"EditorConfig.EditorConfig",
"streetsidesoftware.code-spell-checker",
]
}