Making your file tree cleaner with the file nesting feature of VS Code.
This extension contributes the following commands to the Command palette.
Apply File Nesting Config
: apply the file nesting config in either global/workspace settingsRemove File Nesting Config
: remove the file nesting config in both global & workspace settings
Forked from File Nesting Config by antfu. All credits goes to original authors.
The differences are:
- there is no manual/auto update
- the config settings is applied lazily by executiong the
Apply File Nesting Config
command - you can choose to apply it in the global/workspace settings
- you can easily remove the settings by executing
Remove File Nesting Config
command