From 0d4de2d4f875df512f8e995cf0533188aaaafa62 Mon Sep 17 00:00:00 2001 From: Keita Onabuta Date: Fri, 22 Jul 2022 11:29:24 +0900 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9c385fc2..fec5cb5b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +1,4 @@ -# devcontainer json from docusaurus github repo +//devcontainer json from docusaurus github repo { "name": "Docusaurus Dev Container", "image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:14-buster", @@ -8,4 +8,4 @@ "extensions": ["dbaeumer.vscode-eslint", "orta.vscode-jest"], "forwardPorts": [3000], "postCreateCommand": "cd website && yarn install" - } \ No newline at end of file + }