I'm using VSCode Remote - SSH: Editing Configuration Files for syntax highlighting for some configuration files, it works fine for .conf etc. However, i want to it able to work with MySQL .cnf, i have no way so far, just with a workaround of creating a soft link as "ln -s /etc/my.cnf /etc/my.conf" and going to edit the /etc/my.conf instead. It works but not convenient, i don't want to create that soft link. Is there any place i can add .cnf into the support list of Remote - SSH: Editing Configuration Files?
Thanks & Regards, Martin.