From dfa135918a24dd73db702c51794852154cd0d03d Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Mon, 19 Feb 2024 16:16:02 +0000 Subject: [PATCH] build: format devcontainer.json --- .devcontainer/devcontainer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8372cbf..5fcacee 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,18 +6,18 @@ "args": { "VARIANT": "3.11", "INSTALL_NODE": "false", - "NODE_VERSION": "lts/*", - }, + "NODE_VERSION": "lts/*" + } }, "customizations": { "vscode": { "extensions": [ "ms-python.python", "ms-python.vscode-pylance", - "ms-azuretools.vscode-docker", - ], - }, + "ms-azuretools.vscode-docker" + ] + } }, "postCreateCommand": "pre-commit install", - "remoteUser": "vscode", + "remoteUser": "vscode" }