Browse Source

Merge pull request #1212 from joeskeen/conf-view-as-ini

add workspace settings with config files treated as INI
El RIDO 2 năm trước cách đây
mục cha
commit
879c7400bf
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      .vscode/settings.json

+ 5 - 0
.vscode/settings.json

@@ -0,0 +1,5 @@
+{
+    "files.associations": {
+        "**/cfg/conf*.php": "ini"
+    }
+}