mirror of
https://github.com/caronc/apprise.git
synced 2024-11-21 23:53:23 +01:00
9 lines
261 B
JSON
9 lines
261 B
JSON
{
|
|
"python.testing.pytestArgs": [],
|
|
"python.testing.cwd": "${workspaceFolder}",
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"terminal.integrated.env.linux": {
|
|
"PYTHONPATH": "${workspaceFolder}"
|
|
}
|
|
} |