From 7ae5826f4a2b38826c0634679391d224a1d167f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20L=C3=BCscher?= Date: Fri, 3 May 2024 14:20:11 +0000 Subject: [PATCH] feat(devcontainer): add just command syntax highlighting --- .devcontainer/devcontainer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5b1ce4f..b6f528e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -49,10 +49,10 @@ "files.associations": { ".ansible-lint": "yaml", ".gitmessage": "git-commit", - "**/pb_*.yml": "ansible", "**/playbooks/*.yml": "ansible", "**/roles/**/tasks/*.yml": "ansible", - "inventory_*": "ansible" + "**/inventory*.yml": "ansible", + "**/*.just": "just" }, // Ansible configuration "ansible.validation.enabled": true, @@ -97,6 +97,7 @@ "mutantdino.resourcemonitor", "redhat.ansible", "redhat.vscode-yaml", + "skellock.just", "streetsidesoftware.code-spell-checker-german", "streetsidesoftware.code-spell-checker", "tamasfe.even-better-toml"