Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
naa0yama authored Oct 5, 2023
1 parent b48b81a commit e39f72c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@
* =========================================================================*/
/*****************************************************************************
* Extension: Ansible */
"ansible.ansible.path": "${workspaceFolder}/.venv/bin/ansible",
"ansible.python.activationScript": "${workspaceFolder}/.venv/bin/activate",
"ansible.python.interpreterPath": "${workspaceFolder}/.venv/bin/python3",
"ansible.ansible.path": ".venv/bin/ansible",
"ansible.python.activationScript": ".venv/bin/activate",
"ansible.python.interpreterPath": ".venv/bin/python3",
/*****************************************************************************
* Extension: Python */
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python3",
Expand Down

0 comments on commit e39f72c

Please sign in to comment.