From b165bc04a4454d76ce19b1a6cf7cb8b90d9ff636 Mon Sep 17 00:00:00 2001 From: Greyson Date: Sun, 21 Apr 2024 20:30:05 +0000 Subject: [PATCH] fix: Adds required vscode extensions. --- .devcontainer/devcontainer.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 43264fb..9abd7c6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -33,7 +33,15 @@ // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [ 3000 - ] + ], + + "customizations": { + "vscode": { + "extensions": [ + "arrterian.nix-env-selector" + ] + } + } // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "go version",