feat(devcontainer): add just command syntax highlighting

This commit is contained in:
Stephan Lüscher 2024-05-03 14:20:11 +00:00
parent f077f79a0a
commit 7ae5826f4a
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF

View file

@ -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"