Skip to content

Commit 0eb4422

Browse files
committed
chore: add recommended VS Code extensions
Ruff, Python, mypy, debugpy, Even Better TOML, EditorConfig, and GitHub Copilot.
1 parent 7367c2e commit 0eb4422

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.vscode/extensions.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"recommendations": [
3+
"charliermarsh.ruff",
4+
"ms-python.python",
5+
"ms-python.mypy-type-checker",
6+
"ms-python.debugpy",
7+
"tamasfe.even-better-toml",
8+
"EditorConfig.EditorConfig",
9+
"github.copilot"
10+
]
11+
}

0 commit comments

Comments
 (0)