add workspace settings with config files treated as INI
@@ -0,0 +1,5 @@
+{
+ "files.associations": {
+ "**/cfg/conf*.php": "ini"
+ }
+}