From 2264edb210a4e7498eadda796a4ea7185f1d34c0 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Sat, 14 Sep 2024 16:25:29 +0200 Subject: [PATCH] Fix devcontainer shutdown --- .devcontainer/devcontainer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index be7c328..0b9aa3d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -37,5 +37,6 @@ //"postStartCommand": "bash", // Runs each time the container is successfully started "remoteUser": "node", // The user to use when connecting to the container "workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/relabeler,type=bind,consistency=cached", - "workspaceFolder": "/workspaces/relabeler" -} + "workspaceFolder": "/workspaces/relabeler", + "shutdownAction": "stopContainer" +} \ No newline at end of file