Skip to content

Commit

Permalink
Commit change that next.js did to vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
oBusk committed Nov 12, 2022
1 parent 49964d8 commit 1897166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"typescript.tsdk": "./node_modules/typescript/lib",
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down

1 comment on commit 1897166

@vercel
Copy link

@vercel vercel bot commented on 1897166 Nov 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.