Fix VSCode settings by adding newline at end of file and ensuring Python interpreter path is correctly set

This commit is contained in:
William Valentin
2025-07-28 14:23:49 -07:00
parent 354fdda9b5
commit 85423d6a62

View File

@@ -36,5 +36,6 @@
"editor.formatOnSave": true,
"diffEditor.codeLens": true,
"github.copilot.nextEditSuggestions.enabled": true,
"github.copilot.selectedCompletionModel": ""
"github.copilot.selectedCompletionModel": "",
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python"
}