From 440ce34fe7de5da8eba318a58fc0bad8f650c43b Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 30 Apr 2024 13:08:53 -0500 Subject: [PATCH] No need to set `$PATH` at all? --- .devcontainer/devcontainer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 74c28d3..b230d43 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,9 +10,6 @@ "postCreateCommand": "${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh", - "remoteEnv": { - "PATH": "${containerEnv:ANDROID_NDK_HOME}/toolchains/llvm/prebuilt/linux-x86_64/bin/:${containerEnv:PATH}" - }, "customizations": { "vscode": { "extensions": [