Skip to content

Commit 2f6a487

Browse files
authored
feat: add Rstack config file association (#3574)
1 parent 346a191 commit 2f6a487

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core/icons/fileIcons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,6 +1678,7 @@ export const fileIcons: FileIcons = {
16781678
name: 'rstack',
16791679
fileNames: ['rslint.json', 'rslint.jsonc'],
16801680
patterns: {
1681+
'rstack.config': FileNamePattern.Ecmascript,
16811682
'rspack.config': FileNamePattern.Ecmascript,
16821683
'rsbuild.config': FileNamePattern.Ecmascript,
16831684
'rslib.config': FileNamePattern.Ecmascript,

0 commit comments

Comments
 (0)