]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
chore: better oxlint + vscode integration (#720)
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 25 Mar 2025 18:48:14 +0000 (02:48 +0800)
committerGitHub <noreply@github.com>
Tue, 25 Mar 2025 18:48:14 +0000 (02:48 +0800)
commit85330ef2b04bb0f4074d6cf21d31559a95bf40e6
treef7e21b6b150c6a8de7fc61ddd8070a9d3d43b33e
parent37c597ed1cbd5e790c9a686c5b77915f02ef017f
chore: better oxlint + vscode integration (#720)

* chore: add oxlint to file nesting patterns

While only `.oxlintrc.json` is the only official configuration file,
I found [4 file name patterns](https://github.com/oxc-project/oxc/blob/2c53a728b0128290260e3ce676e25a2a0d94ff56/editors/vscode/package.json#L118-L123)
in its vscode extension. So I added them all to the file nesting patterns.

* feat: recommend oxc vscode extension when oxlint is chosen
index.ts
template/base/.vscode/settings.json
template/config/oxlint/.vscode/extensions.json [new file with mode: 0644]