From 66e970fc6bd6f5291f50863397786b3e07454e95 Mon Sep 17 00:00:00 2001 From: kedhammar Date: Thu, 8 Feb 2024 10:38:17 +0100 Subject: [PATCH] prettier --- .devcontainer/devcontainer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f4f1fd01..4d2cc553 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,13 +6,13 @@ // Sets the run context to one level up instead of the .devcontainer folder. "context": "..", // Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename. - "dockerfile": "../Dockerfile", + "dockerfile": "../Dockerfile" }, "features": {}, "customizations": { "vscode": { - "extensions": ["ms-python.python"], - }, + "extensions": ["ms-python.python"] + } }, // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, @@ -24,6 +24,6 @@ // Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "devcontainer" "mounts": [ - "source=${localEnv:HOME}/repos/flowcell_parser,target=/workspaces/flowcell_parser,type=bind,consistency=cached", - ], + "source=${localEnv:HOME}/repos/flowcell_parser,target=/workspaces/flowcell_parser,type=bind,consistency=cached" + ] }