Skip to content

Commit c39531a

Browse files
committed
feat: recommend oxc vscode extension when oxlint is chosen
1 parent c78976b commit c39531a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

index.ts

+4
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,10 @@ async function init() {
488488
render('config/eslint')
489489
}
490490

491+
if (needsOxlint) {
492+
render('config/oxlint')
493+
}
494+
491495
if (needsPrettier) {
492496
render('config/prettier')
493497
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["oxc.oxc-vscode"]
3+
}

0 commit comments

Comments
 (0)