Skip to content

Commit 8e204d3

Browse files
committed
adds extensions recommendation
1 parent ba1706b commit 8e204d3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/extensions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"recommendations": [
3+
"charliermarsh.ruff",
4+
"ms-python.debugpy",
5+
"ms-python.python",
6+
"ms-python.vscode-pylance"
7+
]
8+
}

0 commit comments

Comments
 (0)