Skip to content

Commit e3646ba

Browse files
authored
Remove VSCode settings/recommendations specific to yarn PnP (#488)
1 parent fa31bb1 commit e3646ba

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"recommendations": ["arcanis.vscode-zipfs"]
2+
"recommendations": []
33
}

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"editor.rulers": [80, 120],
88
"editor.tabSize": 2,
99
"search.exclude": {
10-
"**/.yarn": true,
11-
"**/.pnp.*": true
10+
"**/.yarn": true
1211
}
1312
}

0 commit comments

Comments
 (0)