mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-16 11:33:43 +03:00
feat(devcontainer): add just command syntax highlighting
This commit is contained in:
parent
f077f79a0a
commit
7ae5826f4a
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue