mirror of https://github.com/caronc/apprise
simple vscode settings added
parent
81804704da
commit
f55f691a1f
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"python.testing.pytestArgs": [],
|
||||
"python.testing.cwd": "${workspaceFolder}",
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true,
|
||||
"terminal.integrated.env.linux": {
|
||||
"PYTHONPATH": "${workspaceFolder}"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue