We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5747ccf commit 642f907Copy full SHA for 642f907
1 file changed
.devcontainer/devcontainer.json
@@ -16,7 +16,8 @@
16
"extensions": [
17
"ms-vsliveshare.vsliveshare",
18
"ms-python.python",
19
- "EditorConfig.EditorConfig"
+ "EditorConfig.EditorConfig",
20
+ "esbenp.prettier-vscode"
21
],
22
"postCreateCommand": "poetry install && npm install",
23
"remoteUser": "vscode"
0 commit comments