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 a7ff86a commit 09d6ca8Copy full SHA for 09d6ca8
.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
@@ -7,6 +7,11 @@
// 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
+
15
// To ignore commits listed in .git-blame-ignore-revs in GitLens:
16
// "gitlens.advanced.blame.customArguments": [
17
// "--ignore-revs-file",
0 commit comments