Add settings for vscodium
This commit is contained in:
parent
8566011e51
commit
539b958fb9
1 changed files with 6 additions and 1 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
@ -1,3 +1,8 @@
|
||||||
{
|
{
|
||||||
"ansible.python.interpreterPath": "/bin/python"
|
"ansible.python.interpreterPath": "/bin/python",
|
||||||
|
"files.associations": {
|
||||||
|
"*.j2": "ansible-jinja",
|
||||||
|
"*.yaml": "ansible",
|
||||||
|
"*.yml": "ansible"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue