simple vscode settings added

pull/1088/head
Chris Caron 2024-03-29 14:44:07 -04:00
parent 81804704da
commit f55f691a1f
1 changed files with 9 additions and 0 deletions

9
.vscode/settings.json vendored Normal file
View 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}"
}
}