From f8045d1bc8c7466fc0c0eea6d7c0ea51347871db Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Wed, 11 Jun 2025 13:30:42 -0400 Subject: [PATCH] Removed unused vars --- .devcontainer/devcontainer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b5b39fe0..a0302389 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -45,7 +45,5 @@ } } } - }, - "workspaceMount": "type=bind,source=${localWorkspaceFolder},target=/app", - "workspaceFolder": "/app" + } }