Browse Source

add Docker as recommended vscode plugin

Christian Winther 1 year ago
parent
commit
8d61b8d250
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .vscode/extensions.json

+ 2 - 1
.vscode/extensions.json

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