Skip to content

Commit

Permalink
Merge pull request #8 from AlessandroMiola/docs_fix
Browse files Browse the repository at this point in the history
docs: python.pythonPath vsc setting superseded by python.defaultInterpreterPath
  • Loading branch information
JeyDi authored Dec 24, 2023
2 parents 3147962 + c1381eb commit 7abc4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/learning/vscode/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Inside the project, you can also create a file: settings.json inside the .vscode

```
{
"python.pythonPath": "/Users/jeydi/Progetti/mioprogetto/.venv/bin/python"
"python.defaultInterpreterPath": "/Users/jeydi/Progetti/mioprogetto/.venv/bin/python"
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/learning/vscode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ All’interno del progetto potete anche creare un file: settings.json all’inte

```
{
"python.pythonPath": "/Users/jeydi/Progetti/mioprogetto/.venv/bin/python"
"python.defaultInterpreterPath": "/Users/jeydi/Progetti/mioprogetto/.venv/bin/python"
}
```

Expand Down

0 comments on commit 7abc4d9

Please sign in to comment.