mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 01:37:20 +00:00
Fix audio mime type listing (#162063)
This commit is contained in:
parent
8b4a451a23
commit
b4600dab29
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
"priority": "builtin",
|
||||
"selector": [
|
||||
{
|
||||
"filenamePattern": "*.{mp3,wav,opus,aac}"
|
||||
"filenamePattern": "*.{mp3,wav,ogg,aac}"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue