We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95c00a commit 99264b1Copy full SHA for 99264b1
.vscode/settings.json
@@ -13,11 +13,6 @@
13
"editor.defaultFormatter": "dprint.dprint"
14
},
15
"editor.formatOnSave": true,
16
- "editor.codeActionsOnSave": {
17
- "source.organizeImports": "always"
18
- },
19
- "editor.detectIndentation": false,
20
- "editor.insertSpaces": false,
21
"files.exclude": {
22
"packages/*/*.d.ts": true,
23
"packages/*/*.js": true,
@@ -26,7 +21,5 @@
26
"packages/*/lib/**/*.js": true,
27
"packages/*/lib/**/*.map": true
28
29
- "json.format.keepLines": true,
30
- "typescript.format.semicolons": "insert",
31
24
"typescript.tsdk": "node_modules/typescript/lib"
32
25
}
0 commit comments