Add vscodium configuration
This commit is contained in:
parent
b60309a7e6
commit
de97b1d08f
1 changed files with 7 additions and 2 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
@ -1,3 +1,8 @@
|
||||||
{
|
{
|
||||||
"ansible.python.interpreterPath": "/bin/python"
|
"ansible.python.interpreterPath": "/bin/python3.11",
|
||||||
|
"files.associations": {
|
||||||
|
"*.j2": "ansible-jinja",
|
||||||
|
"*.yaml": "ansible",
|
||||||
|
"*.yml": "ansible"
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue