Closed
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.79.1
- OS Version: Windows 11
Steps to Reproduce:
- Create the following configuration:
"files.associations": {
"config/docker/*.cnf": "ini"
}
- Create a file
config/docker/mariadb.cnf
- Files
mariadb.cnf
is not recognized as INI file
On the contrary, **/config/docker/*.cnf
works as expected, but it would associate also foo/config/docker/test.cnf
, which I don't wanto to.