From 0e0986df44fadd2e8c8d490982529139e74979d5 Mon Sep 17 00:00:00 2001 From: konabuta Date: Tue, 28 Jun 2022 00:20:22 +0900 Subject: [PATCH] delete comment out --- .devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9c385fc2..156921fc 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +1,3 @@ -# devcontainer json from docusaurus github repo { "name": "Docusaurus Dev Container", "image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:14-buster", @@ -8,4 +7,4 @@ "extensions": ["dbaeumer.vscode-eslint", "orta.vscode-jest"], "forwardPorts": [3000], "postCreateCommand": "cd website && yarn install" - } \ No newline at end of file + }