]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
feat: add vscode file nesting config to base template
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 11 Oct 2024 08:46:09 +0000 (16:46 +0800)
committerCédric Exbrayat <cexbrayat@users.noreply.github.com>
Fri, 11 Oct 2024 09:49:08 +0000 (11:49 +0200)
commita9585103dc735596906adaceeb53fc83876b327f
treeda869ff44c5f7e9e704a5cfd6f87699b1ea8e37e
parent04ae8021c51c15a1796f8adc87aa8fbedfc734d6
feat: add vscode file nesting config to base template

We now have *a lot* of configuration files at the project's root. It would help to have them grouped in the editor.

Many people aren't aware of this feature, so I'm adding a default configuration to the base template to raise awareness.

This is a very rudimentary configuration; only patterns relevant to this project are included. Users can customize it further themselves.

Or they can use a more advanced share configuration like https://github.com/antfu/vscode-file-nesting-config
template/base/.vscode/settings.json [new file with mode: 0644]