antfu / vscode-file-nesting-config

Config of File Nesting for VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nested filetype pattern for SharePoint Framework (SPFx)

crow131 opened this issue · comments

commented

Clear and concise description of the problem

Add nested filetypes for .tsx when using SharePoint Framework (SPFx)

Suggested solution

Change following line (307) in update.mjs:
'*.tsx': '$(capture).ts, $(capture).*.tsx, $(capture)_*.ts, $(capture)_*.tsx',

To
'*.tsx': '$(capture).ts, $(capture).*.tsx, $(capture)_*.ts, $(capture)_*.tsx, $(capture).module.scss, $(capture).module.scss.ts',

Alternative

No response

Additional context

No response

Validations