1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-15 04:41:50 +00:00
VirtScreen/.vscode/settings.json

8 lines
163 B
JSON
Raw Normal View History

2018-04-25 19:14:11 +00:00
{
"python.venvPath": "${workspaceFolder}/ENV",
"[python]": {
"editor.formatOnSave": true
},
"python.pythonPath": "${workspaceFolder}/ENV/bin/python"
}