1
0
Fork 0

Add vscode config

This commit is contained in:
Ivaylo Ivanov 2022-03-17 17:16:32 +01:00
parent 8f98c8bba3
commit 0bbc2a6e59
2 changed files with 4 additions and 0 deletions

1
.vscode/.env vendored Normal file
View File

@ -0,0 +1 @@
PYTHONPATH=./simulator:${PYTHONPATH}

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"python.envFile": "${workspaceFolder}/.vscode/.env"
}