From 7290f4d5c992457424ce8e03c23b9f722a2bc2c7 Mon Sep 17 00:00:00 2001 From: Jon Massey Date: Thu, 6 Jun 2024 09:28:10 +0100 Subject: [PATCH] Set workspace folder Set workspace folder to fixed value that will be the same regardless of what repo a codespace is launched from. --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f9dd068..2a79bee 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,6 +19,7 @@ "label": "RStudio IDE" } }, + "workspaceFolder": "/workspace", // Configure tool-specific properties. "customizations": { "codespaces": {