Skip to content

Commit 015d242

Browse files
committed
🧑‍💻 recommend dprint vscode extension
1 parent ef17eb1 commit 015d242

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
"recommendations": [
33
"charliermarsh.ruff",
44
"detachhead.basedpyright",
5+
"dprint.dprint",
56
"ms-python.mypy-type-checker",
67
"ms-python.python",
78
"seatonjiang.gitmoji-vscode",
8-
"tamasfe.even-better-toml"
99
],
10-
"unwantedRecommendations": [
11-
"ms-pyright.pyright",
12-
"ms-python.vscode-pylance"
13-
]
10+
"unwantedRecommendations": ["ms-pyright.pyright", "ms-python.vscode-pylance"],
1411
}

0 commit comments

Comments
 (0)