Skip to content

Commit cb83f9e

Browse files
authored
chore: update VSCode config (#977)
1 parent f669797 commit cb83f9e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.vscode/extensions.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["rvest.vs-code-prettier-eslint"]
3+
}

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"svelte.plugin.typescript.diagnostics.enable": false,
1010
"typescript.tsdk": "node_modules/typescript/lib",
1111
"[typescript]": {
12-
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
12+
"editor.defaultFormatter": "esbenp.prettier-vscode"
1313
}
1414
}

0 commit comments

Comments
 (0)