chore: Add VS Code defaults and extensions so that Oxlint/Oxfmt work automatically.

This commit is contained in:
cpojer
2026-02-06 09:47:25 +09:00
parent ee1ec3faba
commit 6c42d34610
3 changed files with 25 additions and 1 deletions

3
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"recommendations": ["oxc.oxc-vscode"]
}