1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-12 19:31:50 +00:00
VirtScreen/.vscode/settings.json
2018-04-25 15:14:11 -04:00

7 lines
163 B
JSON

{
"python.venvPath": "${workspaceFolder}/ENV",
"[python]": {
"editor.formatOnSave": true
},
"python.pythonPath": "${workspaceFolder}/ENV/bin/python"
}