- 
      
- 
        Save khadorkin/f7cf4560952063ef2ed99b923e5b8fa1 to your computer and use it in GitHub Desktop. 
    VSCode experimental file nesting configuration
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "explorer.experimental.fileNesting.enabled": true, | |
| "explorer.experimental.fileNesting.patterns": { | |
| "*.ts": "$(capture).js, $(capture).d.ts, $(capture).test.ts", | |
| "*.js": "$(capture).js.map, $(capture).min.js, $(capture).d.ts, $(capture).test.js", | |
| "*.jsx": "$(capture).js", | |
| "*.tsx": "$(capture).ts, $(capture).*.ts, $(capture).*.tsx", | |
| "tsconfig.json": "tsconfig.*.json", | |
| "docker-compose.yml": "docker-compose.*.yml", | |
| ".env": ".env.*", | |
| "next.config.*": "next-env.d.ts", | |
| "package.json": "package-lock.json, .npmrc, yarn.lock, .yarnrc, .eslintrc.json, .swcrc" | |
| } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment