Browse Source

add vscode extensions

Yuki Takei 1 year ago
parent
commit
9fb31a8889
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .devcontainer/devcontainer.json

+ 2 - 1
.devcontainer/devcontainer.json

@@ -26,7 +26,8 @@
     "esbenp.prettier-vscode",
     "esbenp.prettier-vscode",
     "shinnn.stylelint",
     "shinnn.stylelint",
     "stylelint.vscode-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.
   // Uncomment the next line if you want start specific services in your Docker Compose config.