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

Commit 6488762

Browse files
committed
build(yarn): update Yarn VS Code integration
1 parent 2529053 commit 6488762

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["arcanis.vscode-zipfs", "esbenp.prettier-vscode"]
3+
}

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"search.exclude": {
3+
"**/.yarn": true,
4+
"**/.pnp.*": true
5+
},
6+
"prettier.prettierPath": ".yarn/sdks/prettier/index.js"
7+
}

0 commit comments

Comments
 (0)