mirror of
https://github.com/caronc/apprise.git
synced 2024-11-21 07:33:44 +01:00
simple vscode settings added
This commit is contained in:
parent
81804704da
commit
f55f691a1f
9
.vscode/settings.json
vendored
Normal file
9
.vscode/settings.json
vendored
Normal file
@ -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
Block a user