Add dprint to devcontainer (#55581)

This commit is contained in:
Jake Bailey 2023-08-30 17:04:28 -07:00 committed by GitHub
parent cbadc78f96
commit 45e5a45d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,10 @@
}
},
"extensions": [
"dbaeumer.vscode-eslint"
"dbaeumer.vscode-eslint",
"dprint.dprint"
]
}
},
"remoteUser": "node"
}
}