Skip to content

Commit 7abc4d9

Browse files
authored
Merge pull request #8 from AlessandroMiola/docs_fix
docs: python.pythonPath vsc setting superseded by python.defaultInterpreterPath
2 parents 3147962 + c1381eb commit 7abc4d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/learning/vscode/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Inside the project, you can also create a file: settings.json inside the .vscode
107107

108108
```
109109
{
110-
"python.pythonPath": "/Users/jeydi/Progetti/mioprogetto/.venv/bin/python"
110+
"python.defaultInterpreterPath": "/Users/jeydi/Progetti/mioprogetto/.venv/bin/python"
111111
}
112112
```
113113

docs/learning/vscode/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ All’interno del progetto potete anche creare un file: settings.json all’inte
106106

107107
```
108108
{
109-
"python.pythonPath": "/Users/jeydi/Progetti/mioprogetto/.venv/bin/python"
109+
"python.defaultInterpreterPath": "/Users/jeydi/Progetti/mioprogetto/.venv/bin/python"
110110
}
111111
```
112112

0 commit comments

Comments
 (0)