Explorar el Código

add Docker as recommended vscode plugin

Christian Winther hace 1 año
padre
commit
8d61b8d250
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .vscode/extensions.json

+ 2 - 1
.vscode/extensions.json

@@ -8,6 +8,7 @@
         "editorconfig.editorconfig",
         "github.vscode-github-actions",
         "bmewburn.vscode-intelephense-client",
-        "redhat.vscode-yaml"
+        "redhat.vscode-yaml",
+        "ms-azuretools.vscode-docker"
     ]
 }