Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 45e5a45

Browse files
authored
Add dprint to devcontainer (microsoft#55581)
1 parent cbadc78 commit 45e5a45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
}
1919
},
2020
"extensions": [
21-
"dbaeumer.vscode-eslint"
21+
"dbaeumer.vscode-eslint",
22+
"dprint.dprint"
2223
]
2324
}
2425
},
2526
"remoteUser": "node"
26-
}
27+
}

0 commit comments

Comments
 (0)