mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-18 20:43: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": {
|
"files.associations": {
|
||||||
".ansible-lint": "yaml",
|
".ansible-lint": "yaml",
|
||||||
".gitmessage": "git-commit",
|
".gitmessage": "git-commit",
|
||||||
"**/pb_*.yml": "ansible",
|
|
||||||
"**/playbooks/*.yml": "ansible",
|
"**/playbooks/*.yml": "ansible",
|
||||||
"**/roles/**/tasks/*.yml": "ansible",
|
"**/roles/**/tasks/*.yml": "ansible",
|
||||||
"inventory_*": "ansible"
|
"**/inventory*.yml": "ansible",
|
||||||
|
"**/*.just": "just"
|
||||||
},
|
},
|
||||||
// Ansible configuration
|
// Ansible configuration
|
||||||
"ansible.validation.enabled": true,
|
"ansible.validation.enabled": true,
|
||||||
|
@ -97,6 +97,7 @@
|
||||||
"mutantdino.resourcemonitor",
|
"mutantdino.resourcemonitor",
|
||||||
"redhat.ansible",
|
"redhat.ansible",
|
||||||
"redhat.vscode-yaml",
|
"redhat.vscode-yaml",
|
||||||
|
"skellock.just",
|
||||||
"streetsidesoftware.code-spell-checker-german",
|
"streetsidesoftware.code-spell-checker-german",
|
||||||
"streetsidesoftware.code-spell-checker",
|
"streetsidesoftware.code-spell-checker",
|
||||||
"tamasfe.even-better-toml"
|
"tamasfe.even-better-toml"
|
||||||
|
|
Loading…
Reference in a new issue