Skip to content

Commit f772cbb

Browse files
committed
Add .npmrc file association as ini-file
Fixes microsoft#92350
1 parent 4e605ec commit f772cbb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

extensions/npm/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
"filenames": [
4343
".npmignore"
4444
]
45+
},
46+
{
47+
"id": "ini",
48+
"filenames": [
49+
".npmrc"
50+
]
4551
}
4652
],
4753
"views": {

0 commit comments

Comments
 (0)