diff --git a/icons/vue-config.svg b/icons/vue-config.svg new file mode 100644 index 0000000000..d3189dd688 --- /dev/null +++ b/icons/vue-config.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 2ba49b1a64..f78664f65b 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -369,6 +369,7 @@ export const fileIcons: FileIcons = { ] }, { name: 'vue', fileExtensions: ['vue'] }, + { name: 'vue-config', fileNames: ['vue.config.js'] }, { name: 'ocaml', fileExtensions: ['ml', 'mli', 'cmx'] }, { name: 'javascript-map', fileExtensions: ['js.map', 'mjs.map'] }, { name: 'css-map', fileExtensions: ['css.map'] },