diff --git a/.vscode/.env b/.vscode/.env new file mode 100644 index 0000000..7ba44cc --- /dev/null +++ b/.vscode/.env @@ -0,0 +1 @@ +PYTHONPATH=./simulator:${PYTHONPATH} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..37a8550 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.envFile": "${workspaceFolder}/.vscode/.env" +} \ No newline at end of file