From f44cb31002c3fe510a255c4415d165fbe4491fe4 Mon Sep 17 00:00:00 2001 From: noserenee Date: Sun, 1 Sep 2024 13:45:02 -0500 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ac7854f2650..2fc44d0a086 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -86,4 +86,12 @@ // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "dev" + customizations": { + // Configure properties specific to VS Code. + "vscode": { + // Set *default* container specific settings.json values on container create. + "settings": {}, + "extensions": [], + } } +}i