From e9ba1a21624fc5031fd8934c50f37b0f55871bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20L=C3=BCscher?= Date: Thu, 27 Apr 2023 17:16:24 +0000 Subject: [PATCH] chore(devcontainer): add kubernetes linting --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index dc4b119..6528f96 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -66,6 +66,7 @@ "Gruntfuggly.todo-tree", "kokakiwi.vscode-just", "ms-azuretools.vscode-docker", + "ms-kubernetes-tools.vscode-kubernetes-tools", "nico-castell.linux-desktop-file", "redhat.vscode-yaml", "shakram02.bash-beautify",