Skip to content

Commit

Permalink
added .node-version filetype to nodejs association
Browse files Browse the repository at this point in the history
rc file type is used as nodenv local env config file
  • Loading branch information
Noel Forte committed May 16, 2020
1 parent e0e1f8e commit 1f73b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ export const fileIcons: FileIcons = {
},
{
name: 'nodejs',
fileNames: ['package.json', 'package-lock.json', '.nvmrc', '.esmrc']
fileNames: ['package.json', 'package-lock.json', '.nvmrc', '.esmrc', '.node-version']
},
{ name: 'npm', fileNames: ['.npmignore', '.npmrc'] },
{
Expand Down

0 comments on commit 1f73b43

Please sign in to comment.