chore(vscode): add workspace settings

Configure Python interpreter path for VSCode.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-01-20 21:59:25 -05:00
parent 263b52d5e4
commit f58b2f70e2

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

@@ -0,0 +1,3 @@
{
"python.defaultInterpreterPath": "/home/leomiranda/WorkDev/personal/personal-portfolio/.venv/bin/python"
}