Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit daf5148

Browse files
committed
adding a recommended extension of prettier
1 parent 9f96d09 commit daf5148

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/extensions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
// See http://go.microsoft.com/fwlink/?LinkId=827846
3+
// for the documentation about the extensions.json format
4+
"recommendations": [
5+
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
6+
"esbenp.prettier-vscode"
7+
]
8+
}

0 commit comments

Comments
 (0)