Skip to content

Commit b79bc61

Browse files
authored
feat: enhance GraphQL Config files (#2890)
1 parent dd92a74 commit b79bc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/icons/fileIcons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ export const fileIcons: FileIcons = {
882882
fileExtensions: ['graphql', 'gql'],
883883
fileNames: ['.graphqlconfig'],
884884
patterns: {
885-
graphql: FileNamePattern.Ecmascript,
885+
graphql: FileNamePattern.Cosmiconfig,
886886
},
887887
},
888888
{ name: 'rust', fileExtensions: ['rs', 'ron'] },

0 commit comments

Comments
 (0)