2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-06-12 05:12:25 +00:00

feat: add defaultInterpreterPath as a vscode setting as a starting point according to docs (#1358)

See: https://github.com/microsoft/vscode-python/wiki/Setting-descriptions#pythondefaultinterpreterpath
This commit is contained in:
Bernhard Sirlinger 2024-03-23 09:59:20 +01:00 committed by GitHub
parent 04092e153c
commit 6f33a8aeba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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