Skip to content

Commit

Permalink
dev: add sensible vscode defaults so that robotframework plugins work…
Browse files Browse the repository at this point in the history
… correctly
  • Loading branch information
reubenmiller committed Feb 7, 2024
1 parent 9bdaac3 commit 7c45db5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
dist/
.vscode/
.DS_Store
*.env

Expand Down
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 7c45db5

Please sign in to comment.