Skip to content

Commit

Permalink
Fix VSCode settings by removing unused TypeScript SDK path
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWaysDP committed Jan 7, 2025
1 parent 90ff65a commit 39c8e16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .vscode/settings.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"typescript.tsdk": "node_modules/typescript/lib"
}
}
}

0 comments on commit 39c8e16

Please sign in to comment.