simple vscode settings added

This commit is contained in:
Chris Caron 2024-03-29 14:44:07 -04:00
parent 81804704da
commit f55f691a1f

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}"
}
}