adding a recommended extension of prettier

This commit is contained in:
Ken
2019-02-28 09:56:04 -08:00
parent 9f96d098a1
commit daf51485a6

8
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
"esbenp.prettier-vscode"
]
}