From 476050af79288ad4afd6ef589ba7b33849c44778 Mon Sep 17 00:00:00 2001 From: Sarisia Date: Sat, 23 Apr 2022 11:55:25 +0000 Subject: [PATCH] fix(tooling): ensure container user's uid matches host's uid --- .devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index 6003d00e23dac..79ad867c5028a 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -4,5 +4,6 @@ "postCreateCommand": "yarn build --skip-test --no-bail --skip-prereqs --skip-compat", "extensions": [ "dbaeumer.vscode-eslint@2.1.5" - ] + ], + "remoteUser": "superchain" }