From 6bef5a98feded30e27bf780fd9df6cb2e0cbf82d Mon Sep 17 00:00:00 2001 From: Pascal Vizeli <pvizeli@syshack.ch> Date: Wed, 4 Sep 2019 11:47:13 +0200 Subject: [PATCH] Add prettier to vscode (#26417) --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e747e8fdb98..a025a52e849 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,8 @@ "extensions": [ "ms-python.python", "ms-azure-devops.azure-pipelines", - "redhat.vscode-yaml" + "redhat.vscode-yaml", + "esbenp.prettier-vscode" ], "settings": { "python.pythonPath": "/usr/local/bin/python", -- GitLab