Skip to content

Commit 9bb12be

Browse files
committed
chore: 🧑‍💻 recommended extensions for Continue developers in .vscode/extensions.json
1 parent 8665a08 commit 9bb12be

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.vscode/extensions.json

+10
Original file line numberDiff line numberDiff line change
@@ -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

+6-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,10 @@
4646
// "sync/**": true
4747
},
4848
"eslint.workingDirectories": ["./core"],
49-
"typescript.tsdk": "node_modules/typescript/lib"
49+
"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": []
5055
}

0 commit comments

Comments
 (0)