Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 930 Bytes

file-nesting.md

File metadata and controls

23 lines (14 loc) · 930 Bytes

Intro

Making your file tree cleaner with the file nesting feature of VS Code.

Commands

This extension contributes the following commands to the Command palette.

  • Apply File Nesting Config: apply the file nesting config in either global/workspace settings
  • Remove File Nesting Config: remove the file nesting config in both global & workspace settings

Inspirations

Forked from File Nesting Config by antfu. All credits goes to original authors.

The differences are:

  1. there is no manual/auto update
  2. the config settings is applied lazily by executiong the Apply File Nesting Config command
  3. you can choose to apply it in the global/workspace settings
  4. you can easily remove the settings by executing Remove File Nesting Config command