diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2ab36c7..1e913ec 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,5 +16,6 @@ "mutantndino.resourcemonitor" ], "forwardPorts": [], - "postCreateCommand": "rustc --version" + "postCreateCommand": "rustc --version", + "remoteUser": "vscode" }