mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 10:24:47 +00:00
Merge pull request #92397 from thernstig/npmrc
Add .npmrc file association as ini-file
This commit is contained in:
commit
cd0d9eb515
1 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,12 @@
|
|||
"filenames": [
|
||||
".npmignore"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "ini",
|
||||
"filenames": [
|
||||
".npmrc"
|
||||
]
|
||||
}
|
||||
],
|
||||
"views": {
|
||||
|
|
Loading…
Reference in a new issue