From 39127064f3f3b0276599871645270bfb5fb026eb Mon Sep 17 00:00:00 2001 From: Dunya Kirkali Date: Thu, 27 Feb 2025 08:50:01 +0100 Subject: [PATCH] Add vale to devcontainer.json --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7b2d960..37209e6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,8 @@ "vscode": { "extensions": [ "asciidoctor.asciidoctor-vscode", - "ms-vscode.makefile-tools" + "ms-vscode.makefile-tools", + "chrischinchilla.vale-vscode" ] } }