Explorar el Código

add vscode extensions

Yuki Takei hace 2 años
padre
commit
9fb31a8889
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .devcontainer/devcontainer.json

+ 2 - 1
.devcontainer/devcontainer.json

@@ -26,7 +26,8 @@
     "esbenp.prettier-vscode",
     "shinnn.stylelint",
     "stylelint.vscode-stylelint",
-    "vitest.explorer"
+    "vitest.explorer",
+    "ms-playwright.playwright"
   ],
 
   // Uncomment the next line if you want start specific services in your Docker Compose config.