We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0832a04 commit 9cf096aCopy full SHA for 9cf096a
.vscode/settings.json
@@ -1,3 +1,9 @@
1
{
2
- "typescript.tsdk": "node_modules/typescript/lib"
+ "typescript.tsdk": "node_modules/typescript/lib",
3
+ "editor.formatOnSave": true,
4
+ "[typescript]": {
5
+ "editor.codeActionsOnSave": {
6
+ "source.organizeImports": true
7
+ }
8
9
}
0 commit comments