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:
committed by
GitHub
parent
04092e153c
commit
6f33a8aeba
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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user