mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
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:
parent
feb1679099
commit
e734e0f817
1 changed files with 3 additions and 0 deletions
3
development/vscode-example/settings.json
Normal file
3
development/vscode-example/settings.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/frappe-bench/env/bin/python"
|
||||
}
|
||||
Loading…
Reference in a new issue