We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8665a08 commit 9bb12beCopy full SHA for 9bb12be
.vscode/extensions.json
@@ -0,0 +1,10 @@
1
+{
2
+ "recommendations": [
3
+ "Continue.continue",
4
+ "vivaxy.vscode-conventional-commits",
5
+ "dbaeumer.vscode-eslint",
6
+ "esbenp.prettier-vscode",
7
+ "bradlc.vscode-tailwindcss",
8
+ "YoavBls.pretty-ts-errors"
9
+ ]
10
+}
.vscode/settings.json
@@ -46,5 +46,10 @@
46
// "sync/**": true
47
},
48
"eslint.workingDirectories": ["./core"],
49
- "typescript.tsdk": "node_modules/typescript/lib"
+ "typescript.tsdk": "node_modules/typescript/lib",
50
+ "conventionalCommits.showNewVersionNotes": false,
51
+ "conventionalCommits.promptBody": false,
52
+ "conventionalCommits.promptFooter": false,
53
+ "conventionalCommits.promptScopes": false,
54
+ "conventionalCommits.scopes": []
55
}
0 commit comments