mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-02-15 04:41:50 +00:00
7 lines
163 B
JSON
7 lines
163 B
JSON
{
|
|
"python.venvPath": "${workspaceFolder}/ENV",
|
|
"[python]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"python.pythonPath": "${workspaceFolder}/ENV/bin/python"
|
|
}
|