Ver Fonte

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

Shao Yu-Lung (Allen) há 5 anos atrás
pai
commit
67e9a517f3
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      .vscode/settings.json

+ 5 - 0
.vscode/settings.json

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