From 13fbb0ecc0f10d6852bfdd93d90d2c844d45a854 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 16 Oct 2025 20:51:49 +0200 Subject: [PATCH] fix(vscode): add values.schema.json for helm unittest --- .vscode/settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a73833c --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "yaml.schemas": { + "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.0.2/schema/helm-testsuite.json": [ + "/unittests/**/*.yaml" + ] + }, + "yaml.schemaStore.enable": true +} \ No newline at end of file