Skip to content

Commit a625ca4

Browse files
OmeGakAlejandro Avilés
authored and
Alejandro Avilés
committed
Fix defaultInterpreterPath
1 parent 0cc6513 commit a625ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
}
99
],
1010
"settings": {
11-
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python"
11+
"python.defaultInterpreterPath": "${workspaceFolder}/../.venv/bin/python"
1212
}
1313
}

0 commit comments

Comments
 (0)