mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
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
12 lines
279 B
JSON
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",
|
|
]
|
|
}
|