瀏覽代碼

VSCode files.associations for Dockerfile-* (#2438)

Shao Yu-Lung (Allen) 5 年之前
父節點
當前提交
67e9a517f3
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .vscode/settings.json

+ 5 - 0
.vscode/settings.json

@@ -0,0 +1,5 @@
+{
+    "files.associations": {
+        "Dockerfile-*": "dockerfile"
+    },
+}