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 ad84d1b commit 22c8c50Copy full SHA for 22c8c50
.vscode/extensions.json
@@ -1,7 +1,8 @@
1
{
2
"recommendations": [
3
"dbaeumer.vscode-eslint",
4
- "rbuckton.tsserver-live-reload"
+ "rbuckton.tsserver-live-reload",
5
+ "dprint.dprint"
6
],
7
8
"unwantedRecommendations": [
.vscode/settings.template.json
@@ -6,4 +6,9 @@
// To use the locally built compiler, after 'npm run build':
// "typescript.tsdk": "built/local"
9
+
10
+ "[typescript][javascript][json][jsonc]": {
11
+ // "editor.formatOnSave": true,
12
+ "editor.defaultFormatter": "dprint.dprint"
13
+ }
14
}
0 commit comments