chore: update VSCode settings for Ansible support and Python interpreter path
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 37s
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 37s
This commit is contained in:
parent
975f9e16ba
commit
c66ee294fb
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -6,5 +6,9 @@
|
|||||||
"**/CVS": true,
|
"**/CVS": true,
|
||||||
"**/.DS_Store": true,
|
"**/.DS_Store": true,
|
||||||
"**/*.sha256": true,
|
"**/*.sha256": true,
|
||||||
|
},
|
||||||
|
"ansible.python.interpreterPath": "/usr/bin/python",
|
||||||
|
"files.associations": {
|
||||||
|
"*.yml": "ansible"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user