feat: add defaultInterpreterPath as a vscode setting as a starting point according to docs

See: https://github.com/microsoft/vscode-python/wiki/Setting-descriptions#pythondefaultinterpreterpath
This commit is contained in:
Bernhard Sirlinger 2024-02-12 03:25:30 +01:00
parent feb1679099
commit e734e0f817

View file

@ -0,0 +1,3 @@
{
"python.defaultInterpreterPath": "${workspaceFolder}/frappe-bench/env/bin/python"
}