Enable highlighting in vscodium
This commit is contained in:
parent
87b8af3233
commit
2aa8fc8981
1 changed files with 8 additions and 0 deletions
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"ansible.python.interpreterPath": "/bin/python3.11",
|
||||||
|
"files.associations": {
|
||||||
|
"*.j2": "ansible-jinja",
|
||||||
|
"*.yaml": "ansible",
|
||||||
|
"*.yml": "ansible"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue