Skip to content

Commit 642f907

Browse files
committed
Add prettier-vscode to devcontainer
1 parent 5747ccf commit 642f907

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"extensions": [
1717
"ms-vsliveshare.vsliveshare",
1818
"ms-python.python",
19-
"EditorConfig.EditorConfig"
19+
"EditorConfig.EditorConfig",
20+
"esbenp.prettier-vscode"
2021
],
2122
"postCreateCommand": "poetry install && npm install",
2223
"remoteUser": "vscode"

0 commit comments

Comments
 (0)