diff --git a/.gitignore b/.gitignore index 785ea22..943053d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ dist/ -.vscode/ .DS_Store *.env diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..457a0fa --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python3", + "robot.language-server.python": "${workspaceFolder}/.venv/bin/python3", + "robot.python.executable": "${workspaceFolder}/.venv/bin/python3", + "python.envFile": "${workspaceFolder}/.env" +} \ No newline at end of file