From 038eba67855946b8cb077a480ed4be59cc0bac00 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 24 Nov 2022 13:00:40 -0500 Subject: [PATCH] feat: add fileutils plugin to the devcontainer This is useful in development when duplicating hooks. --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c29fc4a38..0d5729f68 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,7 +10,8 @@ "extensions": [ "golang.go", "mads-hartmann.bash-ide-vscode", - "ms-vscode.makefile-tools" + "ms-vscode.makefile-tools", + "sleistner.vscode-fileutils" ], "initializeCommand": ["mkdir", "-p", "tmp/data"], "mounts": [