18 lines
746 B
JSON
18 lines
746 B
JSON
{
|
|
"python-envs.pythonProjects": [
|
|
{
|
|
"path": ".",
|
|
"envManager": "ms-python.python:venv",
|
|
"packageManager": "ms-python.python:pip"
|
|
}
|
|
],
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
|
|
"python.pythonPath": "${workspaceFolder}/.venv/bin/python",
|
|
"ansible.ansiblePath": "${workspaceFolder}/.venv/bin/ansible",
|
|
"ansible.ansibleLintPath": "${workspaceFolder}/.venv/bin/ansible-lint",
|
|
"ansible.ansible.path": "${workspaceFolder}/.venv/bin/ansible",
|
|
"ansible.python.interpreterPath": "${workspaceFolder}/.venv/bin/python3",
|
|
"ansible.validation.lint.path": "${workspaceFolder}/.venv/bin/ansible-lint",
|
|
"ansible.ansibleNavigator.path": "${workspaceFolder}/.venv/bin/ansible-navigator"
|
|
}
|