Skip to content

Commit 5324701

Browse files
committed
add biome to recommended vscode extensions
1 parent 1f985f2 commit 5324701

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.vscode/extensions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3+
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4+
5+
// List of extensions which should be recommended for users of this workspace.
6+
"recommendations": ["biomejs.biome"],
7+
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
8+
"unwantedRecommendations": []
9+
}

0 commit comments

Comments
 (0)